You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
601 B
HTML
24 lines
601 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{0}</title>
|
|
<meta charset='utf-8'>
|
|
<meta name="viewport" content="width=device-width; initial-scale=1.0;">
|
|
<link rel="stylesheet" href="css/reset.css" media="all" />
|
|
<link rel="stylesheet" href="css/multi-col.css" media="all" />
|
|
</head>
|
|
<body>
|
|
<section>
|
|
<header>
|
|
<h1><span>{3}</span>{0}</h1>
|
|
<h2><span><a style="color: red; text-decoration: none" href="./">{1}'s</a> Preposter.us Blog</span></h2>
|
|
</header>
|
|
|
|
<article class="cols">
|
|
{2}
|
|
</article>
|
|
|
|
</section>
|
|
</body>
|
|
</html>
|