diff options
author | Cristian Cezar Moisés <[email protected]> | 2024-02-13 04:37:12 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-13 04:37:12 +0000 |
commit | 441fede450683c36296588004da54f652cef9e60 (patch) | |
tree | 099b6ea9046cc3eee6c13cb7cab4058965fb5fb5 | |
parent | 00281cc66b185d1ffe935e6740e9a6502f34770f (diff) |
Add files via upload
-rw-r--r-- | site/css/default.css | 4 | ||||
-rw-r--r-- | site/site/404.html | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/site/css/default.css b/site/css/default.css index 36edc12..e93f70f 100644 --- a/site/css/default.css +++ b/site/css/default.css @@ -1,6 +1,6 @@ html, body { - font-size: 16px; - font-family: monospace; + font-size: 18px; + font-family: iosevka; background: #000000; color: #00FF66; line-height: 1.25; diff --git a/site/site/404.html b/site/site/404.html new file mode 100644 index 0000000..c57c825 --- /dev/null +++ b/site/site/404.html @@ -0,0 +1 @@ +<!DOCTYPE html><head><meta charset="utf-8" /><meta name="description" content="C.C.M. personal website" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>404 — C.C.M. Homepage</title><link rel="stylesheet" href="/css/default.css" /></head><body><header><div id="block"><p>+>---------------------------<+</p><p>[<a href="https://cristiancmoises.github.io/site/about.html">About</a>]--[<a href="https://cristiancmoises.github.io/site/research.html">Research</a>]--[<a href="https://cristiancmoises.github.io/site/misc.html">Miscellany</a>]</p><p>+>---------------------------<+</p><br /></div></header><div id="block"><h1>404 Page Not Found</h1><p>Unfortunately the page you've tried to access doesn't exist!</p><br /><h2>Return [<a href="https://cristiancmoises.github.io/site/">Home</a>]?</h2></div><footer><div id="block"><br /><p>+>---------------------------<+</p><div>[<a href="https://github.com/cristiancmoises">GitHub</a>]--[<a href="https://www.linkedin.com/in/cristiancezarmoises">LinkedIn</a>]</div><div>[<a href="https://orcid.org/0000-0001-9533-4916">ORCID</a>]--[<a href="https://arxiv.org/search/?">ArXiv</a>]--[<a href="https://youtube.com/@securityops">Youtube</a>]</div><p>© 2024 Cristian Cezar Moises</p><p>[<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>]</p><p>Built with [<a href="http://haunt.dthompson.us">Haunt</a>] in [<a href="https://www.gnu.org/software/guile/guile.html">Scheme</a>]</p><p>+>---------------------------<+</p></div></footer></body>
\ No newline at end of file |