1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2024-12-01 00:45:41 +00:00
kamokan/html/website/text.html.mstch

12 lines
91 B
Text
Raw Normal View History

2017-04-21 18:01:13 +00:00
{{>head}}
2017-04-18 19:09:49 +00:00
<body>
2017-05-14 13:50:16 +00:00
{{> topbar}}
2017-04-18 19:09:49 +00:00
<div id="content">
2017-05-14 13:50:16 +00:00
{{pastie}}
2017-04-18 19:09:49 +00:00
</div>
2017-05-14 13:50:16 +00:00
2017-04-18 19:09:49 +00:00
</body>
</html>