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.
20 lines
746 B
Plaintext
20 lines
746 B
Plaintext
2 years ago
|
<!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 :headerBoilerplate %>
|
||
|
</head>
|
||
|
<body>
|
||
|
<%= erb :asideImage %>
|
||
|
<%= erb :asideFolderBox %>
|
||
|
<%= erb :asideListButtons %>
|
||
|
<div class="center">
|
||
|
<a href="https://git.broken-moon.net" target="_blank"><img class="asidebottomimage" src="/images/git.gif" alt="Git Server"></a>
|
||
|
</div>
|
||
|
<% time = Time.now.getlocal('+01:00') %>
|
||
|
<div class="center">@<%= ((time.sec + ( time.min * 60 ) + (time.hour * 60 * 60 )) / 86.4).floor %></div>
|
||
|
</body>
|