mirror of https://github.com/bearfm/site.git
22 lines
511 B
HTML
22 lines
511 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<title>$title$</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav>
|
|
<a href="/"><i class="material-icons">home</i> Home</a>
|
|
<a href="/blog">Blog</a>
|
|
</nav>
|
|
</header>
|
|
<h1 class="title">BEAR.OOPS.WTF</h1>
|
|
<article class="article">
|
|
$body$
|
|
</article>
|
|
</body>
|
|
</html>
|