25 lines
1.2 KiB
HTML
25 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Blastmud</title>
|
|
<style>
|
|
body { font-size: 24px; }
|
|
h1 { text-align: center }
|
|
a { color: white; }
|
|
.anchor { display: none; }
|
|
li { padding-top: 12px; padding-bottom: 12px; }
|
|
</style>
|
|
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
|
|
<link rel="canonical" href="https://www.blastmud.org/">
|
|
<meta name="description" content="Blastmud is a post-apocalyptic text-based adults-only MUD (multi-user dungeon) game">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</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"><a href="https://git.blastmud.org/blasthavers/blastmud-site/_edit/main/hugo-static/content/_index.md">Propose changes to this file</a></small></div>
|
|
</body>
|
|
</html>
|