diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-07 18:17:10 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-07 18:17:10 -0700 |
commit | 819ae0bdd8eeba46ecc394fa42294aa25e6dfc08 (patch) | |
tree | 9185b3ade4a1cf5ec09cb2b870150fc7501bb237 /writing/index.html | |
parent | cbd7580f57e40c1ad2982296fb6d0baafa9c3378 (diff) |
updated css
Diffstat (limited to 'writing/index.html')
-rw-r--r-- | writing/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/writing/index.html b/writing/index.html index a7914fb..f75e68b 100644 --- a/writing/index.html +++ b/writing/index.html @@ -8,7 +8,10 @@ <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>
+ <ul>
+ <li><h2><a href="cryptography.html">Cryptography</a> /* Keep yourself safe */</h2></li>
+ </ul>
+ <br>
</div>
</div>
</body>
\ No newline at end of file |