Artifact 3229efd171c50a8bc4cecc24083b22c922e69baac422bea20f71248dc70a6ea8:
- File view/docskel.tpl — part of check-in [24ec409083] at 2021-01-01 04:33:10 on branch trunk — add live updates, system to only update when necessary almost works (user: lexi, size: 401) [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 href="/instance">instance</a> @navlinks </nav> </div></header> <main> @body </main> </body> </html>