teapot/examples/quickstart/layouts/alt.html
2025-04-21 17:24:14 -07:00

12 lines
220 B
HTML

<!DOCTYPE html public "alt layout">
<title>%%TITLE%% | alt layout</title>
<style>
body {
background-color: black;
color: white;
}
</style>
<body>
<nav>alt layout!!!</nav>
<main>%%CONTENT%%</main>
</body>