2024-11-10 13:12:42 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
|
|
|
|
|
<title>Random Bird of Prey</title>
|
|
|
|
|
|
|
|
<link rel="preload" as="style" href="/css/styles.css">
|
|
|
|
<link rel="stylesheet" href="/css/styles.css">
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="menu">
|
|
|
|
<a href="/">New Image</a>
|
|
|
|
<a href="/about">About</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="main">
|
|
|
|
<%= yield %>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<footer>
|
2024-11-10 14:25:54 +00:00
|
|
|
<p>2024 - 2024 birds.bateleur.org</p>
|
|
|
|
<p>Made by Hexaitos with Sinatra</p>
|
2024-11-10 13:12:42 +00:00
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|