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.
15 lines
407 B
Plaintext
15 lines
407 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Mobile Menu</title>
|
|
<meta name="description" content="broken-moon.net - Mobile Menu" />
|
|
<meta name="keywords" content="menu" />
|
|
<meta property="og:url" content="http://broken-moon.net/mobile-menu" />
|
|
<meta property="og:title" content="Mobile Menu" />
|
|
<%= erb :menuBoilerplate %>
|
|
</head>
|
|
<body>
|
|
<div class="mobilemenu">
|
|
<%= erb :menu %>
|
|
</div>
|
|
</body> |