distribute-coin/res/html/head.html

36 lines
942 B
HTML
Raw Permalink Normal View History

2019-05-22 00:56:16 -05:00
<!DOCTYPE html>
<html lang="en">
<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="<!-- TMPL_VAR depth -->r/style.css">
<link rel="shortcut icon" href="<!-- TMPL_VAR depth -->r/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><!-- TMPL_VAR site-name --></title>
</head>
<body>
<div class="menu top-menu">
<h2> <a href="<!-- TMPL_VAR depth -->">
<!-- TMPL_VAR site-name -->
</a>
<!-- <a href="<!-- TMPL_VAR depth -->d/"> -->
<img id="duck"
src="<!-- TMPL_VAR depth -->r/war_duck.png"
alt="Warduck lives!">
<!-- </a> -->
</h2>
<ul>
<li><a href="<!-- TMPL_VAR depth -->p/">file-beamer</a></li>
<li><a href="<!-- TMPL_VAR depth -->u/">url-shortener</a></li>
</ul>
</div>