-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (29 loc) · 1.63 KB
/
index.html
File metadata and controls
37 lines (29 loc) · 1.63 KB
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
33
34
35
36
37
<!doctype html>
<html lang="fr">
<head>
<meta charset='utf-8' />
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta name='description' content={description} />
<meta name='viewport' content='width=device-width, initial-scale=1.0, minimum-scale=1.0' />
<title>Dashboard</title>
<!-- Add to homescreen for Chrome on Android -->
<meta name='mobile-web-app-capable' content='yes' />
<link rel='icon' sizes='192x192' href='./src/template/images/android-desktop.png' />
<!-- Add to homescreen for Safari on iOS -->
<meta name='apple-mobile-web-app-capable' content='yes' />
<meta name='apple-mobile-web-app-status-bar-style' content='black' />
<meta name='apple-mobile-web-app-title' content='Material Design Lite' />
<link rel='apple-touch-icon-precomposed' href='./src/template/images/ios-desktop.png' />
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name='msapplication-TileImage' content='./src/template/images/touch/ms-touch-icon-144x144-precomposed.png' />
<meta name='msapplication-TileColor' content='#3372DF' />
<link rel='shortcut icon' href='./src/template/images/favicon.png' />
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en' />
<link rel='stylesheet' href='https://fonts.googleapis.com/icon?family=Material+Icons' />
<link rel='stylesheet' href='https://code.getmdl.io/1.3.0/material.blue_grey-red.min.css' />
<link rel="stylesheet"
type="text/css"
href="bundle.css">
<script defer src="bundle.js"></script>
</head>
</html>