Initial files

This commit is contained in:
xtzws 2025-03-14 01:55:57 -04:00 committed by GitHub
commit 806b33946f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 33 additions and 0 deletions

16
index.html Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>Isaac's Webbed Site</title>
<link rel="stylesheet" href="index.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<p>for business inquiries</p>
<p><a href="mailto:ig@isaac.run">ig@isaac.run</a></p>
<br>
<p>for personal inquiries</p>
<p>you should already know how to reach me (:</p>
</body>
</html>