-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (52 loc) · 2.07 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/config.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
<meta name="description" content="">
<meta property="og:title" content="Blank Sea">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="icon.png">
<link rel="manifest" href="site.webmanifest">
<meta name="theme-color" content="#fafafa">
</head>
<style>
html {
font-family: GillSans, Calibri, Trebuchet, sans-serif;
}
</style>
<body class="white-text jost-regular">
<div class="row">
<div class="col s4 grey darken-4">
<div class="row">
<div class="col s12"><div id="Hour">22</div></div>
<div class="col s12"><div id="Minutes">33</div></div>
</div>
</div>
<div class="col s8 grey darken-3">
<div class="row">
<div class="col s12">
<div class="col s5"><div id="Date">Date</div></div>
<div class="col s7"><div id="Day" style="margin-top: 23px;">Day</div></div>
<div class="col s12"><div id="Month" style="margin-top: 40px;">MOnth</div></div>
</div>
</div>
</div>
<script src="js/app.js"></script>
<script src="js/TimeConfig.js"></script>
</body>
</html>