39 lines
972 B
HTML
39 lines
972 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Squibid's Blog</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>
|
|
<style type="text/css">
|
|
p {
|
|
font-size: 2.5vw;
|
|
}
|
|
#date {
|
|
font-size: 1.5vw;
|
|
float: right;
|
|
color: white;
|
|
}
|
|
#svg {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 50%;
|
|
max-height: 1.5em;
|
|
max-width: 1.5em;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div class="master">
|
|
<header>
|
|
<h1 id="font"><a href="https://squi.bid">Squibid's</a> Blog</h1>
|
|
</header>
|
|
<hr style="color: #f7f7f7;">
|
|
<p> <!-- script marker blog -->
|
|
</p> <!-- script marker blog -->
|
|
<a href="https://squi.bid/blog/rss.xml"><img id="svg" src="pics/rss.svg" alt="rss feed"></a>
|
|
</div>
|
|
</body>
|
|
</html>
|