generated from Proxima-Project/infrastructure-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
22 lines (22 loc) · 940 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'>
<link rel='icon' href='./favicon.ico' type='image/png'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>Proxima</title>
<!-- https://stackoverflow.com/a/59844733/8175291 -->
<meta content="Proxima" property="og:title" />
<meta content="Единый набор всевозможных ресурсов проекта Proxima" property="og:description" />
<meta content="https://proxima.fun/" property="og:url" />
<meta content="./src/assets/embed_cover.png" property="og:image" />
<meta content="#000000" data-react-helmet="true" name="theme-color" />
</head>
<body>
<div class='stars'></div>
<div id='app'></div>
<script type='module' src='./src/main.js'></script>
<!-- built files will be auto injected -->
</body>
</html>