32eb1f7ba264981e319f9ba9a28b856c94196e00
[plack-app-gruntmaster.git] / tmpl / skel.en
1 <!DOCTYPE html>
2 <title smap="title">TITLE</title>
3 <meta charset="utf-8">
4 <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
6 <link href="/static/css/all.css" rel="stylesheet" integrity="x">
7 <script src="/static/js/all.js" type="text/javascript" async defer integrity="x"></script>
8
9 <body>
10 <div class="container-fluid">
11 <nav role="navigation">
12 <ul class="nav nav-pills nav-justified">
13 <li id="nav-home"><a href="/">Gruntmaster 6000</a>
14 <li id="nav-pb"><a href="/pb/">Problems</a>
15 <li id="nav-ct"><a href="/ct/">Contests</a>
16 <li id="nav-log"><a href="/log/">Job log</a>
17 <li id="nav-us"><a href="/us/">Users</a>
18 <li id="nav-account" static="no"><a href="/account">Account</a>
19 <li id="nav-contribute"><a href="/contribute">Contribute!</a>
20
21 </ul>
22 </nav>
23
24 <h1 id="title">TITLE</h1>
25 <div id="static" class="alert alert-info" static="yes">This is a static version of Gruntmaster 6000.</div>
26
27 <div id="result"></div>
28
29 <main id="content">Content goes here</main>
30
31 <footer>
32 Dilmom: Why don't you call your product the Gruntmaster 6000?<br>
33 Dilbert: What kind of product do you see when you imagine a Gruntmaster 6000?<br>
34 Dilmom: Well, it's a stripped-down version of the Gruntmaster 9000, of course. But it's software-upgradeable.
35 </footer>
This page took 0.021679 seconds and 3 git commands to generate.