-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnow.html
55 lines (55 loc) · 1.64 KB
/
now.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
<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 ~ now
</title>
<link href="./static/css/main.css" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="static/img/favicon.png"/>
</head>
<body>
<section>
<a href="index.html">
‹ Return
</a>
<h1>
<a href="https://www.breaker.audio/u/kevinleehsu" target="_blank">
Podcasts
</a>
</h1>
<h1>
<a href="https://www.haydenshapes.com/surfboard/hypto-krypto/" target="_blank">
Surf
</a>
</h1>
<h1>
<a href="https://www.youtube.com/watch?v=5JPpM1nFLAE" target="_blank">
Climb
</a>
</h1>
<h1>
<a href="https://www.strava.com/athletes/30171012" target="_blank">
Run
</a>
</h1>
<h1>
<a href="#" target="_blank">
Art
</a>
</h1>
<h1>
<a href="#" target="_blank">
Music
</a>
</h1>
<h1>
<a href="#" target="_blank">
Fly
</a>
</h1>
</section>
</body>
</html>