-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.19 KB
/
index.html
File metadata and controls
23 lines (23 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="ru" data-theme="dark">
<head>
<meta charset="utf-8"/>
<title>WLauncher</title>
<meta name="Author" content="Sыrok"/>
<meta name="Copyright" content="Sыrok"/>
<meta name="theme-color" content="#000000"/>
<meta name="robots" content="noindex, nofollow"/>
<meta http-equiv="Content-Language" content="ru"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<link rel="icon" type="image/svg+xml" href="/icon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta http-equiv="Content-type" content="text/html; charset=windows-1251"/>
<link rel="stylesheet" type="text/css" href="/fonts/fontawesome/css/all.min.css"/>
<noscript><link rel="stylesheet" type="text/css" href="/fonts/fontawesome/css/all.min.css"/></noscript>
<link rel="preload" href="/fonts/fontawesome/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet';this.type='text/css'"/>
</head>
<body id="root">
<noscript>Вам необходимо включить JavaScript для запуска этого приложения</noscript>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>