35 lines
1.1 KiB
HTML
35 lines
1.1 KiB
HTML
<!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"><span style="color: #ED8182;">Squibid's</span> 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>
|
|
<p> <!-- script marker git -->
|
|
</p> <!-- script marker git -->
|
|
<a href="https://git.squi.bid">more...</a>
|
|
</div>
|
|
<div id="right">
|
|
<h2 id="font">📚 My Blog</h2>
|
|
<p> <!-- script marker blog -->
|
|
</p> <!-- script marker blog -->
|
|
<a href="blog">more...</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|