trixie/templates/base.html
Elara6331 9b940ca090
All checks were successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/manifest Pipeline was successful
ci/woodpecker/tag/build/1 Pipeline was successful
ci/woodpecker/release/build/1 Pipeline was successful
ci/woodpecker/release/build/2 Pipeline was successful
ci/woodpecker/release/manifest Pipeline was successful
ci/woodpecker/tag/build/2 Pipeline was successful
ci/woodpecker/tag/manifest Pipeline was successful
Remove jsdelivr
2025-05-16 20:48:01 +02:00

19 lines
598 B
HTML

<!DOCTYPE html>
<html data-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://api.minio.elara.ws/adl/bulma.min.css">
<title>Registration for #(instURL.Host)</title>
#include("?head")
</head>
<body>
<section class="hero is-fullheight is-dark">
<div class="hero-body">
<main class="container">
#macro("content")
</main>
</div>
</section>
</body>
</html>