From cc5e3a2af8618c3e37b4bfc19fa037a956a26ccc Mon Sep 17 00:00:00 2001 From: dereklseitz Date: Sun, 10 Aug 2025 23:20:21 -0500 Subject: [PATCH] Initial website setup with boilerplate HTML and CSS link --- index.html | 23 +++++++++++++++++++++++ styles.css | 0 2 files changed, 23 insertions(+) create mode 100644 index.html create mode 100644 styles.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..230723d --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ + + + + + Derek L. Seitz - Portfolio + + + + + +
+ +
+ +
+

Derek L. Seitz - Portfolio

+
+ + + + \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..e69de29