Initial commit

This commit is contained in:
BackIsBachus
2016-05-16 02:56:15 +02:00
commit 5fc53e78e8
27 changed files with 1723 additions and 0 deletions

10
src/template-html.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
{{> head}}
</head>
<body itemscope="itemscope" itemtype="http://schema.org/Person">
{{> body}}
</body>
</html>