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.

31 lines
1.0 KiB
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<title>About</title>
<meta name="description" content="broken-moon.net - About" />
<meta name="keywords" content="about" />
<meta property="og:url" content="http://broken-moon.net/about" />
<meta property="og:title" content="Contact" />
<%= erb :headerBoilerplate %>
</head>
<body>
<%= erb :asidemenu %>
<div class="content">
<div class="article article-headerless">
<a href="/contact"><h1>About</h1></a>
<h2>Who are you?</h2>
<p>I am Astoria.</p>
<h2>What are you?</h2>
<p>That's a loaded question.</p>
<h2>Why did you make this website?</h2>
<p>I lost the source code to the old one. It's a hobby.</p>
<h2>Who made this websites art?</h2>
<p>It's all me, and some edited public domain images.</p>
<h2>How did you make this website?</h2>
<p>This website is actually a fork of another, by Nixx. Sadly that website appears to be down now.</p>
<h2>What is the meaning of life?</h2>
<p>Fliburdiscurp</p>
</div>
</div>
<%= erb :bottom %>
</body>