Artifact e2ac83ad654387a13abe7d72e06aab57db1faff2642ebaf02262af30d4019306:
- File view/docskel.tpl — part of check-in [03ea3dffe7] at 2021-01-14 01:11:51 on branch trunk — more work on UI and circles (user: lexi, size: 422) [annotate] [blame] [check-ins using]
<!doctype html> <html> <head> <title>@instance :: @title</title> <link rel="stylesheet" type="text/css" href="/s/style.css"> <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>