mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-22 18:00:28 +01:00
18 lines
202 B
HTML
18 lines
202 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
{% include header.html %}
|
|
|
|
<div class="container">
|
|
{{ content }}
|
|
</div>
|
|
|
|
{% include footer.html %}
|
|
|
|
</body>
|
|
|
|
</html>
|