blob: 3247c8e48bc358628b2f27133c94de2cf41f6d13 (
plain)
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
56
57
58
59
60
|
<!DOCTYPE html>
<html>
<head>
<title>Changelog</title>
<link rel="stylesheet" href="/resources/style.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<nav>
<a href="/">Home</a>
<a href="/about.html">About</a>
<a href="/changelog.html">Changelog</a>
</nav>
<h1>
Changelog
</h1>
<p>
Making notes about changes to the site as I go along
</p>
<p>
If you'd like a more detailed list of changes (including code diffs),
you can find the repository for this site on
<a href="https://gitlab.com/tempest_dawn/neocities-site"
target="_blank">Gitlab</a>
</p>
<hr/>
<h3>June 7th, 2022</h3>
<p>
Moved to <a href="/">tempest.dev</a> to replace my dev blog, removed
dev blog link
</p>
<p>
Added changelog
</p>
<hr/>
<h3>June 2nd, 2022</h3>
<p>
Added about page + navigation
</p>
<hr/>
<h3>June 1st, 2022</h3>
<p>
Created site on Neocities
</p>
<hr/>
</body>
</html>
|