You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
631 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact</title>
<meta name="description" content="broken-moon.net - Contact" />
<meta name="keywords" content="contact" />
<meta property="og:url" content="http://broken-moon.net/contact" />
<meta property="og:title" content="Contact" />
<%= erb :headerBoilerplate %>
</head>
<body>
<%= erb :asidemenu %>
<div class="content">
<div class="article article-headerless">
<a href="/contact"><h1>Contact</h1></a>
<h3>E-Mail Address</h3>
<hr>
<p><a href="mailto:webmaster@broken-moon.net">webmaster@broken-moon.net</a></p>
</div>
</div>
<%= erb :bottom %>
</body>