summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorroot <root@zacharyscheiman.com>2023-03-10 18:11:06 +0000
committerroot <root@zacharyscheiman.com>2023-03-10 18:11:06 +0000
commit53ba59c39dab56533ec965bfdfc28bd98ab38db0 (patch)
tree797f54e6f73bae27c3c39a77259be878dced93a0 /index.html
downloadsite-53ba59c39dab56533ec965bfdfc28bd98ab38db0.tar.gz
site-53ba59c39dab56533ec965bfdfc28bd98ab38db0.tar.bz2
site-53ba59c39dab56533ec965bfdfc28bd98ab38db0.zip
initial commit
Diffstat (limited to '')
-rw-r--r--index.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..29d133f
--- /dev/null
+++ b/index.html
@@ -0,0 +1,31 @@
+<!DOCTYPE HTML>
+<html lang="en">
+ <head>
+ <title>Squibid's Site</title>
+ <link rel="stylesheet" href="style.css">
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ </head>
+ <body>
+ <div class="master">
+ <header>
+ <h1 id="font">Squibid's<br>Website!</h1>
+ </header>
+ <hr style="color: #f7f7f7;">
+ <div id="left">
+ <h2 id="font">👋 Welcome</h2>
+ <p> Hi my name is Squibid, and this is my website!
+ I will be using it for anything that I find
+ interesting along with some of my personal
+ projects and a blog. </p>
+ <h2 id="font">🌐 Git Repos</h2>
+ <a href="https://git.squi.bid">git site</a>
+ <object type="text/html" data="gitlist.html"></object>
+ </div>
+ <div id="right">
+ <h2 id="font">📖 My Blog</h2>
+ <object type="text/html" data="bloglist.html"></object>
+ </div>
+ </div>
+ </body>
+</html>