ucl/cmd/gendocs/frame.tmpl
Leon Mika ad136b3787
All checks were successful
Build / build (push) Successful in 1m56s
Added package declaration
2025-01-24 13:40:44 +11:00

26 lines
631 B
Cheetah

<!DOCTYPE html>
<html>
<head>
<meta name="go-import" content="ucl.lmika.dev git https://lmika.dev/lmika/ucl">
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header>
<h1>UCL</h1>
<nav>
<a href="/">Home</a>
<a href="/mod/">Modules</a>
<a href="/playground/">Playground</a>
</nav>
</header>
<main>
{{.Body}}
</main>
<footer>
<p>By Leon Mika. Terminal control using <a href="https://xtermjs.org">xterm.js</a></p>
</footer>
</body>
</html>