summaryrefslogtreecommitdiff
path: root/writing/index.html
blob: a7914fb0060e57155cb28da2aac4f47075457c06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>