-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathother-sites.html
More file actions
65 lines (64 loc) · 2.19 KB
/
Copy pathother-sites.html
File metadata and controls
65 lines (64 loc) · 2.19 KB
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
61
62
63
64
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>other sites I made (or worked on)! - numycode.dev</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" type="text/css" href="style.css" />
<!-- link rel="icon" href="favicon.png" -->
<link
rel="webmention"
href="https://webmention.io/numycode.dev/webmention"
/>
</head>
<body>
<div class="content">
<h1>My other sites!</h1>
<hr />
<nav>
<a href="javascript:history.back()">Back</a> -
<a href="./index.html">Homepage</a>
</nav>
<p>
Here's some of my other sites (and sites I've worked on)! They are all
static HTML/CSS sites.
</p>
<div class="left-aligned">
<ul>
<li>
<a href="https://pyroforge.dev/">pyroforge.dev</a> - A small site
for rocklake and I's "organization" PyroForge.
</li>
<li>
<a href="https://spinning-around-and-around-and-around.netlify.app/">
spinning-around-and-around-and-around
</a> - A fun little zombocom-like site for Hack Club
<a href="https://boba.hackclub.com/">
Boba Drops
</a>.
</li>
<li>
<a href="https://metabox.pyroforge.dev">Metabox</a> - A cool XMR and
BTC mempool viewer plus more info that rocklake mostly made (I
helped a decent bit and host it on my Netlify)
</li>
<li>
<a href="https://numycode.neocities.org/">
numycode's corner of the web
</a> - My previous site that heavily inspired this one. Hosted on
neocities, 2000s like feel.
</li>
<li>
<a href="https://beaches.numycode.dev/">
Beaches!
</a> - A fun little site about beaches for Hack Club Summer Camp!
</li>
</ul>
</div>
<p>Last updated 7/13/2026</p>
<hr />
</div>
<!-- 100% privacy-first analytics -->
<script data-collect-dnt="true" async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
</body>
</html>