09f37b6ec5da6248491d35ad53696cd36cdd36f5
[gruntmaster-page.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 rel="stylesheet" href="/css/cyborg.css" id="stylesheet">
7 <script src="/js.js" type="text/javascript"></script>
8
9 <body>
10 <nav role="navigation">
11 <div class="container-fluid">
12 <ul class="nav nav-justified">
13 <li><a href="/pb/">Problems</a>
14 <li><a href="/ct/">Contests</a>
15 <li><a href="/account">Account</a>
16 <li><a href="/log/">Job log</a>
17 <li><a class="dropdown-toggle" data-toggle="dropdown"> Theme <span class="caret"></span></a>
18 <ul class="dropdown-menu" role="menu">
19 <li><a href="#" id="theme_slate">Gunmetal gray</a>
20 <li><a href="#" id="theme_cyborg">Black</a>
21 <li><a href="#" id="theme_cerulean">White</a>
22 <li><a href="#" id="theme_cosmo">Metro</a>
23 </ul>
24
25 </ul>
26 </div>
27 </nav>
28
29 <iframe src="http://free.timeanddate.com/clock/i47sdccv/n49/tlro/fc99f/tct/pct/ta1" frameborder="0" id="clock" width="98" height="18" sandbox="allow-scripts allow-same-origin"></iframe>
30
31 <div class="container-fluid">
32
33 <h1 id="title">TITLE</h1>
34 <div id="result"></div>
35
36 <div id="content">Content goes here</div>
37
38 <footer>
39 Dilmom: Why don't you call your product the Gruntmaster 6000?<br>
40 Dilbert: What kind of product do you see when you imagine a Gruntmaster 6000?<br>
41 Dilmom: Well, it's a stripped-down version of the Gruntmaster 9000, of course. But it's software-upgradeable.
42 </footer>
This page took 0.023131 seconds and 3 git commands to generate.