Add user list to nav
[gruntmaster-page.git] / tmpl / skel.en
CommitLineData
9da2f495 1<!DOCTYPE html>
3b69df7a 2<title smap="title">TITLE</title>
9da2f495
MG
3<meta charset="utf-8">
4<meta name="viewport" content="width=device-width, initial-scale=1.0">
5
f06ba039
MG
6<link rel="stylesheet" href="/css/cyborg.css" id="stylesheet">
7<script src="/js.js" type="text/javascript"></script>
9da2f495 8
3b69df7a 9<body>
a6516cf6 10<nav role="navigation">
9da2f495 11<div class="container-fluid">
4896df53 12<ul class="nav nav-pills nav-justified">
4b4a8137
MG
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>
bc8a492d 17<li id="nav-us"><a href="/us/">Users</a>
4b4a8137 18<li id="nav-account"><a href="/account">Account</a>
4896df53 19<li id="theme-selector" class="hidden"><a class="dropdown-toggle" data-toggle="dropdown"> Theme <span class="caret"></span></a>
9da2f495
MG
20<ul class="dropdown-menu" role="menu">
21<li><a href="#" id="theme_slate">Gunmetal gray</a>
22<li><a href="#" id="theme_cyborg">Black</a>
23<li><a href="#" id="theme_cerulean">White</a>
24<li><a href="#" id="theme_cosmo">Metro</a>
25</ul>
26
9da2f495
MG
27</ul>
28</div>
9da2f495
MG
29</nav>
30
600e4c01
MG
31<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>
32
9da2f495
MG
33<div class="container-fluid">
34
3b69df7a 35<h1 id="title">TITLE</h1>
9da2f495 36<div id="result"></div>
3b69df7a
MG
37
38<div id="content">Content goes here</div>
39
40<footer>
41Dilmom: Why don't you call your product the Gruntmaster 6000?<br>
42Dilbert: What kind of product do you see when you imagine a Gruntmaster 6000?<br>
43Dilmom: Well, it's a stripped-down version of the Gruntmaster 9000, of course. But it's software-upgradeable.
44</footer>
This page took 0.014773 seconds and 4 git commands to generate.