summaryrefslogtreecommitdiff
path: root/projects/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'projects/index.html')
-rw-r--r--projects/index.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/projects/index.html b/projects/index.html
deleted file mode 100644
index 6bc0dc5..0000000
--- a/projects/index.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<title>Projects — tjp.lol</title>
-<meta name="description" content="Things tjp has built.">
-<link rel="stylesheet" href="../style.css">
-</head>
-<body>
-<div class="wrap">
-
- <header class="site">
- <h1 class="brand"><a href="../index.html">~tjp<span class="cur"> $_</span></a></h1>
- <nav class="main">
- <a href="../weblog/index.html">weblog</a>
-
- <a href="index.html" aria-current="page">projects</a>
- <a href="../about/index.html">about</a>
- <a href="../feed.xml">feed</a>
- </nav>
- </header>
-
- <main>
- <section class="intro">
- <p>Small things I've built and still maintain. Most live on <a href="https://github.com/teepark">GitHub</a>.</p>
- </section>
-
- <section>
- <h2 class="sec">maintained</h2>
- </section>
-
- <section>
- <h2 class="sec">archived / for fun</h2>
- </section>
- </main>
-
- <footer>
-
- <p>&copy;2026 tjp &middot; content <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> unless noted &middot; <a href="../feed.xml">feed</a></p>
- </footer>
-
-</div>
-</body>
-</html>
-