Artifact e84fb6bf180a9f108c1edb728a95aae4dd331ce6015e0fd1e9cb4826776c1747:
- File view/docskel.tpl — part of check-in [b6c2a79945] at 2021-01-04 20:33:33 on branch trunk — more jabbascript improvements (user: lexi, size: 415) [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">instance</a> @navlinks </nav> </div></header> <main> @body </main> </body> </html>