commit 806b33946f3f25467c216bc77a3ab420e3d00173 Author: xtzws Date: Fri Mar 14 01:55:57 2025 -0400 Initial files diff --git a/Beast.woff2 b/Beast.woff2 new file mode 100644 index 0000000..5a8737c Binary files /dev/null and b/Beast.woff2 differ diff --git a/_headers b/_headers new file mode 100644 index 0000000..dbe787f --- /dev/null +++ b/_headers @@ -0,0 +1,7 @@ +/* + Content-Security-Policy: upgrade-insecure-requests, default-src 'none'; font-src 'self'; style-src 'self' + X-Frame-Options: DENY + Referrer-Policy: no-referrer + X-Content-Type-Options: nosniff + Cross-Origin-Resource-Policy: same-origin + Strict-Transport-Security: max-age=31536000; includeSubDomains \ No newline at end of file diff --git a/index.css b/index.css new file mode 100644 index 0000000..e842403 --- /dev/null +++ b/index.css @@ -0,0 +1,10 @@ +@font-face { + font-family: "Beast"; + font-style: normal; + font-weight: 400; + src: url("Beast.woff2"); +} + +html { + font-family: Beast; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..5787b5a --- /dev/null +++ b/index.html @@ -0,0 +1,16 @@ + + + + Isaac's Webbed Site + + + + + +

for business inquiries

+

ig@isaac.run

+
+

for personal inquiries

+

you should already know how to reach me (:

+ + \ No newline at end of file