|
|
|
@ -6,10 +6,11 @@
|
|
|
|
|
<script type="text/javascript" src="{{ staticpath }}/static/archive.js"></script>
|
|
|
|
|
<link rel="stylesheet" href="{{ staticpath }}/static/orgs.css" />
|
|
|
|
|
<script type="text/javascript" src="{{ staticpath }}/static/orgs.js"></script>
|
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
|
|
|
|
|
<title>{{ page.name }}</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<h1>▤ {{ page.name }}</h1>
|
|
|
|
|
<h1>▤ {{ page.name }}</h1>
|
|
|
|
|
|
|
|
|
|
<button onclick="scrollWin(0,5000)" class="down" title="Down">⌟</button>
|
|
|
|
|
<button onclick="scrollWin(0,-5000)" class="up" title="Up">⌜</button>
|
|
|
|
|