diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-06 20:10:07 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-06 20:10:07 -0700 |
commit | 882aac61fe145da641b19c3bedd6a212e45ad7f5 (patch) | |
tree | 48635b549aff6e34c4fb3da18538d4b990d7c735 /programming |
init
Diffstat (limited to 'programming')
-rw-r--r-- | programming/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/programming/index.html b/programming/index.html new file mode 100644 index 0000000..4274582 --- /dev/null +++ b/programming/index.html @@ -0,0 +1,12 @@ +<head>
+ <link rel="stylesheet" href="../style.css">
+</head>
+<body>
+ <div class="background">
+ <div class="contentpane">
+ <h1>Programming | <a class="backbutton" href="../index.html">[Back]</a></h1>
+ <p>There's nothing here.
+ </p>
+ </div>
+ </div>
+</body>
\ No newline at end of file |