-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathother-sites.html
More file actions
30 lines (30 loc) · 1.44 KB
/
other-sites.html
File metadata and controls
30 lines (30 loc) · 1.44 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
<!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" -->
</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>
</ul>
</div>
<p>Last updated 6/3/2026</p>
<hr>
</div>
</body>
</html>