1
0
Fork 0
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.
rshyn-site/templates/default.html

27 lines
694 B

2 years ago
<!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>
2 years ago
<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>
2 years ago
</nav>
</header>
<main role="main">
<h1>$title$</h1>
$body$
</main>
</body>
</html>