diff options
Diffstat (limited to 'writing/index.html')
-rw-r--r-- | writing/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/writing/index.html b/writing/index.html new file mode 100644 index 0000000..a7914fb --- /dev/null +++ b/writing/index.html @@ -0,0 +1,14 @@ +<head>
+ <link rel="stylesheet" href="../style.css">
+</head>
+<body>
+ <div class="background">
+ <div class="contentpane">
+ <h1>Writing | <a class="backbutton" href="../index.html">[Back]</a></h1>
+ <p>This is the index page for my writing. Obviously, if you follow the links below, you can read things I've written.
+ Whether or not you want to do that is up to you.
+ </p>
+ <a class="pagelink" href="cryptography.html">Principles of Cryptography for Data Security</a>
+ </div>
+ </div>
+</body>
\ No newline at end of file |