aboutsummaryrefslogtreecommitdiff
path: root/assets/form.html
blob: 8bc0f17d7944b264323a79ec862588679baab143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--meta name="theme-color" content="#E6E6FF"-->
<title>bunkergate.org</title>
<link rel="icon" type="image/vnd.microsoft.icon" href="/static/favicon.ico">
<link rel="stylesheet" type="text/css" href="/static/css/retro.css">
</head>
<body>
%s
<script src="https://cdn.jsdelivr.net/npm/mermaid@9.4.3/dist/mermaid.min.js"></script>
<script>
mermaid.initialize({theme: "dark"});
mermaid.init(undefined, ".language-mermaid");
</script>

</body>
</html>