39 lines
697 B
HTML
39 lines
697 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
</head>
|
|
|
|
<body>
|
|
<style>
|
|
.container {
|
|
padding: 20%;
|
|
box-sizing: border-box
|
|
width: 100%;
|
|
}
|
|
</style>
|
|
<main id="main-content">
|
|
<div class="container">
|
|
<content>
|
|
|
|
<h3 class="blog-filter"> "Categories"</h3>
|
|
|
|
<ul class="blog-posts">
|
|
|
|
<li>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</content>
|
|
|
|
</div>
|
|
</main>
|
|
|
|
</body>
|
|
|
|
</html>
|