You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
694 B
26 lines
694 B
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>rshyn.site</title>
|
|
<link rel="stylesheet" href="/css/default.css" />
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="logo">
|
|
<a href="/">rshyn.site</a>
|
|
</div>
|
|
<nav>
|
|
<a href="/">Home</a>
|
|
<a href="/gallery.html">Photos</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main role="main">
|
|
<h1>$title$</h1>
|
|
$body$
|
|
</main>
|
|
</body>
|
|
</html>
|
|
|