feat: title top left, version bottom right

This commit is contained in:
2025-12-29 08:42:48 +01:00
parent 331dba9211
commit 4053b89cf4

View File

@@ -9,5 +9,7 @@
</head> </head>
<body> <body>
<%= content %> <%= content %>
<div class="brand-mark">urupam</div>
<div class="brand-version">v<%= $c->version %></div>
</body> </body>
</html> </html>