Add a Document

This commit is contained in:
Sukchan Lee 2019-04-28 00:01:51 +09:00
parent 3ff9c6bbb5
commit 48bfe83c0f
57 changed files with 3456 additions and 0 deletions

View file

@ -0,0 +1,23 @@
---
layout: compress
---
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{% include head.html %}
<body>
{% include header.html %}
<main aria-label="Content">
<div class="container">
{{ content }}
</div>
</main>
{% include footer.html %}
</body>
</html>