mirror of
https://github.com/marcobiedermann/search-engine-optimization.git
synced 2025-03-03 12:19:19 -05:00
29 lines
387 B
HTML
29 lines
387 B
HTML
---
|
|
layout: compress
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en" itemscope itemtype="//schema.org/WebPage">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
{% include header.html %}
|
|
|
|
<main class="site__main" role="main" itemscope itemprop="mainContentOfPage">
|
|
|
|
<div class="grid">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
<script src="js/script.js"></script>
|
|
|
|
</html>
|