insert-coin/header.html

25 lines
673 B
HTML
Raw Normal View History

2017-12-22 23:07:38 -06:00
<!DOCTYPE html>
<html lang="en">
2017-12-21 01:13:31 -06:00
<head>
<!-- THIS ENTIRE FILE IS UNDER THE AGPLv3+
https://www.gnu.org/licenses/agpl-3.0.html -->
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/connection" type="text/css"/>
<link rel="stylesheet" type="text/css" href="res/style.css">
<link rel="shortcut icon" href="res/img/coin.ico">
2018-04-06 22:36:00 -05:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2017-12-21 01:13:31 -06:00
2018-04-06 22:36:00 -05:00
<title>coinsh.red: Insert Coin</title>
</head>
2017-12-21 01:13:31 -06:00
2018-04-06 22:36:00 -05:00
<body>
<div class="menu top-menu">
<h2>coinsh.red</h2>
<ul>
<li><a href="/insert-coin/index.php">file-beamer</a></li>
<li><a href="/insert-coin/u/index.php">url-shortener</a></li>
</ul>
2017-12-21 01:13:31 -06:00
</div>