-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
30 lines (30 loc) · 1.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link href="favicon-96x96.png" rel="icon" sizes="96x96" type="image/png"/>
<link href="favicon.svg" rel="icon" type="image/svg+xml"/>
<link href="favicon.ico" rel="shortcut icon"/>
<link href="apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180"/>
<meta content="Nextflux" name="apple-mobile-web-app-title"/>
<link href="site.webmanifest" rel="manifest"/>
<meta content="no-referrer" name="referrer"/>
<meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"/>
<meta content="yes" name="apple-mobile-web-app-capable"/>
<meta content="yes" name="mobile-web-app-capable"/>
<meta content="yes" name="apple-touch-fullscreen"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover"
name="viewport"/>
<meta content="#f4f4f5" media="(prefers-color-scheme: light)" name="theme-color"/>
<meta content="#27272a" media="(prefers-color-scheme: dark)" name="theme-color"/>
<meta content="A Simple but Powerful RSS Reader for Miniflux" name="description"/>
<link href="https://fonts.loli.net/css2?family=Noto+Sans+SC&family=Noto+Serif+SC:wght@400;500;700&display=swap"
rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/style.css" rel="stylesheet">
<title>Nextflux</title>
</head>
<body class="bg-content2">
<div id="root"></div>
<script src="/src/main.jsx" type="module"></script>
</body>
</html>