- 8A0C101964AE3AE0CE1687E8A6DA575C9DE35990DD0BCA507B58539DD01AF67D6E3F775F8F00CCC9EA40053B80F63815FF02E12E6A7E69A0B832949C3B8F50AD
+ 96EC2C4262FDC5A0707910CC69CCF6C522E6D4B7C0597B61672AFCFE1F17BCABE94629C97517328D1F02BC8BB8B2F96BB69D1F39027F55A671B0B290E83C6248
logotron/templates/layout.html
(78 . 11)(78 . 19)
324 .annotations a {
325 text-decoration: none;
326 }
327
328 #navbar {
329
330 .navbarblock {
331 margin-bottom: 1em;
332 }
333
334
335 .navbar {
336 float:left;
337 }
338
339 .jump {
340 float:right;
341 }
342
343 .highlight {
344 background: yellow !important;;
345 padding: 1px;
(93 . 6)(101 . 8)
347
348 <body>
349
350 <a name="head">
351
352 <p>
353 <table align="center">
354 <tr>
(137 . 6)(147 . 9)
356 <div align="center">
357 <a href="/rnd/{{ chan }}">Random({{ chan }})</a> | <a href="{{ url_for('static', filename='log_db.gz') }}">Download daily DB snapshot</a> | <a href="http://www.loper-os.org/?p=3452">Get Source Code</a>
358 </div>
359
360 <a name="tail">
361
362 </body>
363
364 </html>