-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 1.11 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
28
29
30
31
32
33
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Tarantino</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Orbitron:400,500,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
</head>
<body>
<style>
.robot-font {
font-family: 'Roboto', sans-serif;
}
.orb-font {
font-family: 'Orbitron', sans-serif !important;
}
#container, #container h1 {
font-family: 'Orbitron', sans-serif;
}
.mdl-layout-title {
font-family: 'Orbitron', sans-serif !important;
}
</style>
<div id="container"></div>
<script src="/dist/main.89d748a056c5ad0754c2.js"></script>
</body>
</html>