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.
19 lines
473 B
Plaintext
19 lines
473 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Home</title>
|
|
<meta name="description" content="broken-moon.net - Home" />
|
|
<meta name="keywords" content="home" />
|
|
<meta property="og:url" content="http://broken-moon.net/home" />
|
|
<meta property="og:title" content="Home" />
|
|
<%= erb :headerBoilerplate %>
|
|
</head>
|
|
<body>
|
|
<%= erb :asidemenu %>
|
|
<div class="content">
|
|
<%= erb :homeImage %>
|
|
<%= erb :homeIndex %>
|
|
<%= erb :homeArchive %>
|
|
</div>
|
|
<%= erb :bottom %>
|
|
</body> |