diff options
Diffstat (limited to 'programming/index.html')
-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 |