commit 1860b9dff35b6ff6717447902411b3cae8a6db25 Author: tryashtar Date: Wed Mar 18 11:03:48 2026 -0600 Old version diff --git a/index.html b/index.html new file mode 100644 index 0000000..d23cddb --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ + + + + + + Trystan's Website + + + + +

Trystan's Website

+

Services

+ +

Archives

+ + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..b756369 --- /dev/null +++ b/style.css @@ -0,0 +1,12 @@ +body { + font-family: sans-serif; + padding-left: 20px; + padding-right: 20px; + padding-bottom: 20px; +} +a { + text-decoration: none; +} +a:hover { + text-decoration: underline; +}