Use Subresource Integrity
[plack-app-gruntmaster.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
7e8f9a5c
MG
6<link href="/static/css/cyborg.css" title="cyborg" rel="stylesheet" integrity="x">
7<link href="/static/css/slate.css" title="slate" rel="alternate stylesheet" integrity="x">
8<link href="/static/css/readable.css" title="readable" rel="alternate stylesheet" integrity="x">
9<script src="/static/js.js" type="text/javascript" async defer integrity="x"></script>
9da2f495 10
3b69df7a 11<body>
9da2f495 12<div class="container-fluid">
f3f57928 13<nav role="navigation">
4896df53 14<ul class="nav nav-pills nav-justified">
4b4a8137
MG
15<li id="nav-home"><a href="/">Gruntmaster 6000</a>
16<li id="nav-pb"><a href="/pb/">Problems</a>
17<li id="nav-ct"><a href="/ct/">Contests</a>
18<li id="nav-log"><a href="/log/">Job log</a>
bc8a492d 19<li id="nav-us"><a href="/us/">Users</a>
6533844f 20<li id="nav-account" static="no"><a href="/account">Account</a>
f1ca2771 21<li id="nav-contribute"><a href="/contribute">Contribute!</a>
9da2f495 22
9da2f495 23</ul>
9da2f495
MG
24</nav>
25
3b69df7a 26<h1 id="title">TITLE</h1>
6533844f
MG
27<div id="static" class="alert alert-info" static="yes">This is a static version of Gruntmaster 6000.</div>
28
9da2f495 29<div id="result"></div>
3b69df7a 30
da4a59b2 31<main id="content">Content goes here</main>
3b69df7a
MG
32
33<footer>
34Dilmom: Why don't you call your product the Gruntmaster 6000?<br>
35Dilbert: What kind of product do you see when you imagine a Gruntmaster 6000?<br>
36Dilmom: Well, it's a stripped-down version of the Gruntmaster 9000, of course. But it's software-upgradeable.
37</footer>
This page took 0.022327 seconds and 4 git commands to generate.