teapot/examples/quickstart/layouts/alt.html
2025-04-22 21:11:48 -07:00

18 lines
332 B
HTML

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