forked from Zagyen8913/Zagyen8913.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate.html
34 lines (33 loc) · 937 Bytes
/
update.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
<!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 updates</title>
<!-- import stylesheet -->
<link rel="stylesheet" href="style.css" />
<!-- import javascript -->
<script src="script.js"></script>
</head>
<body>
<a href="index.html">main page</a>
<br />
<a href="update.html">updates</a>
<hr />
<h1>YOU FOOL! THERE IS NO UPDATE!</h1>
<p>come back when there are updates!</p>
<h1>previous updates [WIP]</h1>
<p>0.01: first version</p>
<br />
<p>0.011: added <!DOCTYPE html></p>
<br />
<p>0.02: added remix chain list</p>
<br />
<p>0.021: added stuff</p>
<br />
<p>0.022: removed stuff</p>
<br />
<p>0.1: added css and js files</p>
</body>
</html>