Include CSS in all files.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 26 Jul 2012 04:45:33 +0000 (06:45 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 26 Jul 2012 05:28:49 +0000 (07:28 +0200)
src/main/resources/templates/include/header

index 82d7106..a4ab70c 100644 (file)
@@ -2,6 +2,7 @@
 
 <head>
        <title><% title|html> - Demoscene Music</title>
+       <link rel="stylesheet" href="static/css/main.css"/>
 </head>
 
 <body>