rewrite site and stop using iframes
This commit is contained in:
29
blog.html
Normal file
29
blog.html
Normal file
@ -0,0 +1,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"><span style="color: #ED8182;">Squibid's</span> Blog</h1>
|
||||
</header>
|
||||
<hr style="color: #f7f7f7;">
|
||||
<p> <!-- script marker blog -->
|
||||
</p> <!-- script marker blog -->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user