-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 836 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
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="public/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sky | Noctyris</title>
<meta property="og:title" content="Sky" />
<meta property="og:description" content="Night sky pictures" />
<!-- <meta property="og:image" content="images/moon/IMG_2023.JPG" /> -->
<meta property="og:url" content="https://sky-noctyris.vercel.app" />
<meta property="og:type" content="website" />
<link
href="https://fonts.googleapis.com/css?family=Montserrat"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<noscript>JavaScript is disabled</noscript>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>