Artifact f103ec42275b633f15278db24731dc62591e5a23652361ae2439bc3d88bdcdc6:
- File view/docskel.tpl — part of check-in [e78334fe04] at 2021-01-14 05:31:36 on branch trunk — more progress on ui & circles (user: lexi, size: 461) [annotate] [blame] [check-ins using]
<!doctype html> <html> <head> <title>@instance :: @title</title> <link rel="stylesheet" type="text/css" href="/s/style.css"> <link rel="icon" href="/s/logo.svg"> <script type="text/javascript" src="/s/live.js" async></script> </head> <body class="@class"@attr> <header><div> <h1>@title</h1> <nav> <a accesskey="i" href="/instance"><u>i</u>nstance</a> @navlinks </nav> </div></header> <main> @body </main> </body> </html>