-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
32 lines (31 loc) · 1.23 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
31
32
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- replace with name -->
<title>Mercury</title>
<meta charset="UTF-8"> <!--for emojis-->
<link rel="stylesheet" href="css/stylesheet.css">
<!-- replace with font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&family=Fira+Sans:wght@300;500&display=swap" rel="stylesheet">
<!-- fb -->
<meta property="og:url" content="" />
<meta property="og:title" content="" />
<meta property="og:description"
content="" />
<meta property="og:image" content="" />
<!-- tw -->
<meta name="twitter:card" content="">
<meta name="twitter:creator" content="">
<meta name="twitter:title" content="">
<meta name="twitter:description"
content="">
<meta name="twitter:image" content="" />
</head>
<body>
<script src="js/poseidon.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>