-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 831 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
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: Roboto;
font-weight: 400;
src: url('./roboto.woff2') format('woff2');
}
@font-face {
font-family: Roboto Light;
font-weight: 400;
src: url('./roboto-light.woff2') format('woff2');
}
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-family: 'Roboto';
overflow-x: hidden;
}
</style>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="An true or false game for testing your knowledge"
/>
<title>Trivial | G2i</title>
</head>
<body>
<div id="app"></div>
</body>
</html>