blob: de5a2a722045073f04ce02caa64700baa3d39d0c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<!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;
}
</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 -->
</div>
</body>
</html>
|