diff options
| author | Silas Bartha <silas@soaos.dev> | 2025-05-01 20:11:49 -0400 |
|---|---|---|
| committer | Silas Bartha <silas@soaos.dev> | 2025-05-01 20:11:49 -0400 |
| commit | 31a1cf1ad7ab15ed7b4c7d82489e26994a4022a8 (patch) | |
| tree | ed6a6e3cd8c07eec90babdd8a5a9838b11af0e10 /public | |
| parent | d9fcb20d9db83fd476a0d3681bd9067be30b7e7c (diff) | |
switch to raw html site
Diffstat (limited to 'public')
| -rw-r--r-- | public/CNAME | 1 | ||||
| -rw-r--r-- | public/favicon.ico | bin | 0 -> 38078 bytes | |||
| -rw-r--r-- | public/index.html | 15 |
3 files changed, 16 insertions, 0 deletions
diff --git a/public/CNAME b/public/CNAME new file mode 100644 index 0000000..4a54f74 --- /dev/null +++ b/public/CNAME @@ -0,0 +1 @@ +soaos.dev diff --git a/public/favicon.ico b/public/favicon.ico Binary files differnew file mode 100644 index 0000000..eed9644 --- /dev/null +++ b/public/favicon.ico diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..548c18a --- /dev/null +++ b/public/index.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> + +<head> + <title>soaos</title> +</head> + +<body> + <p>HEY! I'm currently redoing my site, shouldn't take long.</p> + <p>In the meantime check me out in my other places:</p> + <ul> + <li>email: <a href="mailto:silas@soaos.dev" rel="me">silas@soaos.dev</a></li> + <li>youtube: <a href="https://youtube.com/@soaosdev" rel="me">@soaosdev</a></li> + <li>mastodon: <a href="https://furry.engineer/@soaos">soaos@furry.engineer</a></li> + </ul> +</body>
\ No newline at end of file |
