forked from Zagyen8913/Zagyen8913.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>zag's website thingy</title>
<!-- import those filez -->
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
</head>
<body>
<!-- okay this is actual webpage yeeeeeeeeeee -->
<a href="index.html">main page</a>
<br />
<a href="update.html">updates</a>
<hr />
<h1>welcome to zagyen's website!</h1>
<p>this is zagyen's website which is only a html document atm</p>
<img src="/assets/icon.png" alt="zagyen's icon" width="100" height="100" />
<button onclick="alert('You clicked the fish! NOOOOOOO!')">Don't click the fish!</button>
<ul>
<li>i'm zagyen8913 but you surely know that</li>
<li>and gc123456789 on scratch e</li>
<li>i suck at html</li>
<li><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">click here to get rickrolled!</a></li>
</ul>
<h2>remix chains that i've been in</h2>
<ol>
<li>tiles</li>
<li>resetfloors</li>
<li>elimination war</li>
</ol>
<table>
<tbody>
<tr>
<td>lol idek what to put here.</td>
<td>maybe just list stuff? idk</td>
</tr>
</tbody>
</table>
<button type="button" onclick="fishy()">click me!</button>
<p id="stupit">don't click that button i dare you</p>
</body>
</html>