-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
22 lines (20 loc) · 839 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">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>M42</title>
<meta name="description" content="M42 (message for two) is an Instant Messaging App with End-To-End Encryption">
<link rel="icon" href="https://emojicdn.elk.sh/%F0%9F%92%AC" type="image/png" />
<link rel="stylesheet" href="./src/style/style.scss">
<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=Varela+Round&display=swap" rel="stylesheet">
</head>
<body>
<div id="app">
</div>
<script src="./src/js/main.js" type="module"></script>
</body>
</html>