1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-10-06 15:09:59 +00:00

Update html

This commit is contained in:
King_DuckZ 2017-06-21 08:18:49 +01:00
commit 726bf7cf90
14 changed files with 99 additions and 92 deletions

View file

@ -1,25 +1,17 @@
{{> head}}
<body>
<div id="page">
{{> topbar}}
{{> page2-top}}
<div class="wrap">
{{#pastie_lines}}
<div class="mar-pad0">
<div>
<div id="numbers" class="mar-pad0">
<p class="mar-pad0">{{number}}</p>
</div>
<div id="lines" class="mar-pad0">
<li id="code">{{line}}</li>
<p id="code" {{#colourless}}style="color:#EDEDED"{{/colourless}} >{{line}}</p>
</div>
</div>
{{/pastie_lines}}
</div>
</div>
{{> footer}}
</body>
</html>
{{> page2-bottom}}