44 lines
744 B
HTML
44 lines
744 B
HTML
|
<!DOCTYPE html>
|
||
|
<head>
|
||
|
<title>Categories | My New Hugo Site</title>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
||
|
<link rel="stylesheet" href="/css/style.css">
|
||
|
<link rel="stylesheet" href="/css/fonts.css">
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<html>
|
||
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<body>
|
||
|
<header class="site-header">
|
||
|
<div class="wrapper">
|
||
|
<a class="muted small" href="http://example.org/"></a>
|
||
|
</div>
|
||
|
</header>
|
||
|
</body>
|
||
|
|
||
|
</html>
|
||
|
|
||
|
|
||
|
<body>
|
||
|
<h1>
|
||
|
Categories
|
||
|
</h1>
|
||
|
|
||
|
|
||
|
|
||
|
<ul>
|
||
|
</ul>
|
||
|
|
||
|
|
||
|
|
||
|
<script src="/js/dark.js" defer="" ></script>
|
||
|
|
||
|
</body>
|
||
|
</html>
|