From 1860b9dff35b6ff6717447902411b3cae8a6db25 Mon Sep 17 00:00:00 2001 From: tryashtar Date: Wed, 18 Mar 2026 11:03:48 -0600 Subject: [PATCH] Old version --- index.html | 30 ++++++++++++++++++++++++++++++ style.css | 12 ++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 index.html create mode 100644 style.css 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; +}