-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
19 lines (19 loc) · 939 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Typetime</title>
<link rel="apple-touch-icon" sizes="180x180" href="/typetime/static/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/typetime/static/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/typetime/static/favicon-16x16.png">
<link rel="manifest" href="/typetime/static/site.webmanifest">
<link rel="mask-icon" href="/typetime/static/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="app"></div>
</body>
</html>