42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
<!--
|
|
Copyright (C) 2024 Hexaitos
|
|
This file is part of "Predator Pics"
|
|
|
|
Predator Pics is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
|
|
|
Predator Pics is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License along with Foobar. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
Contact: me@bateleur.org, me@hexaitos.com.
|
|
-->
|
|
|
|
<!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>
|
|
<a href="/about-api">API</a>
|
|
</div>
|
|
|
|
<div class="main">
|
|
<%= yield %>
|
|
</div>
|
|
|
|
<footer>
|
|
<p>2024 - 2024 birds.bateleur.org</p>
|
|
<p>Made by <a href="https://hexaitos.com">Hexaitos</a> with Sinatra (<a href="https://git.bateleur.org/hexaitos/predator_pics">Source code</a>)</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|