forked from torontojs/torontojs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (22 loc) · 992 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
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>TorontoJS.com</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,700|Inter:400,700" rel="stylesheet">
<link rel="icon" href="/favicon.ico" sizes="32x32">
<!-- TODO: <link rel="icon" href="/icon.svg" type="image/svg+xml"> -->
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/manifest.webmanifest">
<link rel="me" href="https://mastodon.social/@torontojs" title="Mastodon account" />
<script src="https://guild.host/assets/0.2.0/sdk.js"></script>
</head>
<body>
<div id="app"></div>
</body>
<script type="module" src="index.coffee"/>
</html>