Add css example
authorHeiko Schlittermann <hs@schlittermann.de>
Tue, 29 Dec 2015 23:39:25 +0100
changeset 71 604c7024d7ae
parent 70 4aee8dec908d
child 72 6510dc15390b
Add css example
templates/once.tt
--- a/templates/once.tt	Tue Dec 29 23:39:11 2015 +0100
+++ b/templates/once.tt	Tue Dec 29 23:39:25 2015 +0100
@@ -11,6 +11,7 @@
 <style type="text/css">
     th { text-align: left; }
 </style>
+<link rel="stylesheet" href="once/public/once.css">
 </head>
 <body>
 [% content %]
@@ -20,3 +21,4 @@
 </div>
 </body>
 </html>
+[%# vim:ft=html: %]