-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (53 loc) · 1.58 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
<html>
<head>
<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<style>
@import url('https://fonts.googleapis.com/css?family=Lato|Sawarabi+Mincho');
</style>
<title>
hsubaru
</title>
<link href="./static/css/main.css" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="static/img/favicon.png"/>
</head>
<body>
<div class="container-sun">
<svg class="svg-sun" version="1.1" viewBox="0 0 100 100" preserveAspectRatio="xMinYMin meet">
<circle cx="50" cy="50" r="20" id="sun">
</circle>
</svg>
</div>
<!-- <a href="/" title="" class="logo">
<mark>
◌ hsubaru
</mark>
</a> -->
<header class="here-comes-the-sun">
<p>
<span>
Sun-burnt and crispy on the outside.
</span>
</p>
<p>
<span>
Chewy and delicious on the inside.
</span>
</p>
<p>
<span>
Welcome all beach bums and dirtbags.
</span>
</p>
</header>
<section>
<p>
<span>
<a href="now.html">
Now
</a>
• List • About
</span>
</p>
</section>
</body>
</html>