]>
Commit | Line | Data |
---|---|---|
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> |
9da2f495 MG |
10 | <nav class="navbar navbar-default navbar-static-top" role="navigation"> |
11 | <div class="container-fluid"> | |
12 | <div class="navbar-header"> | |
13 | <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button> | |
14 | <a class="navbar-brand" href="/">Gruntmaster 6000</a> | |
15 | </div> | |
16 | ||
17 | <div class="collapse navbar-collapse"> | |
18 | <ul class="nav navbar-nav"> | |
19 | <li><a href="/pb/">Problems</a> | |
20 | <li><a href="/ct/">Contests</a> | |
21 | <li><a href="/account">Account</a> | |
22 | </ul> | |
23 | ||
24 | <ul class="nav navbar-nav navbar-right"> | |
25 | <li><a class="dropdown-toggle" data-toggle="dropdown"> Theme <span class="caret"></span></a> | |
26 | ||
27 | <ul class="dropdown-menu" role="menu"> | |
28 | <li><a href="#" id="theme_slate">Gunmetal gray</a> | |
29 | <li><a href="#" id="theme_cyborg">Black</a> | |
30 | <li><a href="#" id="theme_cerulean">White</a> | |
31 | <li><a href="#" id="theme_cosmo">Metro</a> | |
32 | </ul> | |
33 | ||
34 | <li><a href="/log/">Job log</a> | |
35 | </ul> | |
36 | </div> | |
37 | </div> | |
38 | </nav> | |
39 | ||
600e4c01 MG |
40 | <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> |
41 | ||
9da2f495 MG |
42 | <div class="container-fluid"> |
43 | ||
3b69df7a | 44 | <h1 id="title">TITLE</h1> |
9da2f495 | 45 | <div id="result"></div> |
3b69df7a MG |
46 | |
47 | <div id="content">Content goes here</div> | |
48 | ||
49 | <footer> | |
50 | Dilmom: Why don't you call your product the Gruntmaster 6000?<br> | |
51 | Dilbert: What kind of product do you see when you imagine a Gruntmaster 6000?<br> | |
52 | Dilmom: Well, it's a stripped-down version of the Gruntmaster 9000, of course. But it's software-upgradeable. | |
53 | </footer> |