2023-02-18 21:40:21 +11:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Blastmud</title>
|
|
|
|
<style>
|
|
|
|
h1 { text-align: center }
|
|
|
|
a { color: white; }
|
2023-02-18 22:29:59 +11:00
|
|
|
.anchor { display: none; }
|
2023-02-18 21:40:21 +11:00
|
|
|
</style>
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
|
|
|
|
</head>
|
|
|
|
<body style="background: fixed no-repeat center/cover black url(background.jpeg); color: white">
|
|
|
|
<div style="background: rgba(0,0,0,0.7); text-align: justify; max-width: 600px; padding: 10px; margin-left: auto; margin-right: auto; font-family: sans-serif">
|
|
|
|
{{- .Content -}}
|
|
|
|
</div>
|
|
|
|
<div style="text-align: right"><small style="background: rgba(0,0,0,0.5); padding: 5px">Propose changes: </small></div>
|
|
|
|
</body>
|
|
|
|
</html>
|