-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathindex.html
27 lines (25 loc) · 1.31 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Favicons - generated with https://realfavicongenerator.net -->
<link rel="apple-touch-icon" sizes="180x180" href="/static/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="/static/img/favicons/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/img/favicons/favicon-16x16.png">
<link rel="manifest" href="/static/img/favicons/site.webmanifest">
<link rel="mask-icon" href="/static/img/favicons/safari-pinned-tab.svg" color="#7553a0">
<link rel="shortcut icon" href="/static/img/favicons/favicon.ico">
<meta name="apple-mobile-web-app-title" content="AIM">
<meta name="application-name" content="AIM">
<meta name="msapplication-TileColor" content="#ef9cf3">
<meta name="msapplication-TileImage" content="/static/img/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="/static/img/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<title>AIM - Aalto Interface Metrics service</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>