-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (45 loc) · 1.33 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
<!doctype html>
<html>
<head>
<title>Seojin's homepage</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Short Stack">
<link rel="icon" type="image/x-icon" href="j.png">
<link rel="stylesheet" href="styles.css">
<script src="scripts.js"></script>
</head>
<body>
<h1>Welcome to my homepage!</h1>
<p>The seojinest place in the world</p>
<nav>
<a href='https://blog.naver.com/dotori_36'><button>Blog</button></a>
<a href='game.html'><button>Games</button></a>
</nav>
<br>
<img class="full" src="a.png">
<a href='https://blog.naver.com/dotori_36'>
<h2>Come visit my blog</h2>
<img src="dr.png" width="200">
</a>
<a href='game.html'>
<h2>Play my fun games!</h2>
<img src="game.png" width="200">
</a>
<a href='madlib.html'>
<h2>Play my madlibs!</h2>
<img src="madlib.png" width="200">
</a>
<a href='taxcal.html'>
<h2>Caculate tax!</h2>
<img src="k.png" width="200">
</a>
<a href='pack.zip' download="pack.zip">
<div class="download">
<br><br><br><br>
</div>
</a>
<a href='Paper Minecraft Hyper Mod.sb3' download="Paper Minecraft Hyper Mod.sb3">
<div class="download">
<br><br><br><br>
</div>
</a>
</html>