JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
update wfpl and templates
[contractor-progress.git] / template.html
1 <html lang="en" class="no-js">
2 <head>
3         <script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script>
4         <title>JasonWoof -- ~title~</title>
5         <!--[if lt IE 9]>
6                 <script src="html5.js"></script>
7         <![endif]-->
8         <style>
9                 @font-face {
10                         font-family: 'jasonwooflogo';
11                         src: url('jasonwooflogo.eot');
12                         src: url('jasonwooflogo.eot?#iefix') format('embedded-opentype'), url('jasonwooflogo.woff') format('woff'), url('jasonwooflogo.ttf') format('truetype'), url('jasonwooflogo.svg#jasonwooflogo') format('svg');
13                         font-weight: normal;
14                         font-style: normal;
15                 }
16                 header {
17                         font: 52px jasonwooflogo;
18                 }
19         </style>
20         <link rel="stylesheet" href="style_11.css">
21         <link rel="stylesheet" href="tasks_11.css">
22 </head>
23
24 <body id="~$basename~_body" class="real_body_tag">
25         <div id="centerer"><div id="centerer2">
26                 <div id="lsquig"><div id="lsquigi"></div></div>
27                 <div id="rsquig"><div id="rsquigi"></div></div>
28                 <header>JasonWoof<br>&bull;</header>
29                 <nav>
30                         ~menu~
31                 </nav>
32
33                 <div id="main-body">
34                         <article>
35                                 <!--~logout_bar~-->
36                                 ~$body~
37                         </article>
38                         <div style="clear: both"></div>
39                 </div>
40                 <div style="clear: both"></div>
41                 <footer>
42                         Jason Woof
43                 </footer>
44         </div></div>
45 </body>
46 </html>