19 lines
594 B
HTML
19 lines
594 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/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> |