Artifact 5468ea7adc8c5623b997b2791548e87f8f69f1fb3f2647df103bbbd10521286d:
- File view/docskel.tpl — part of check-in [c43a1b6e9d] at 2021-01-14 17:37:19 on branch trunk — circle management complete (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/icon.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>