Add a cute 'war' duck

This commit is contained in:
Jenga Phoenix 2019-01-27 01:04:17 -06:00
parent 576cf6ca05
commit bc89b94280
4 changed files with 9 additions and 2 deletions

View File

@ -78,3 +78,10 @@ main
font-size: 20px; font-size: 20px;
width: 50%; width: 50%;
} }
#duck
{
margin-left: 10px;
margin-top: 10px;
width: 25px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 B

View File

@ -5,7 +5,6 @@
<!-- THIS ENTIRE FILE IS UNDER THE AGPLv3+ <!-- THIS ENTIRE FILE IS UNDER THE AGPLv3+
https://www.gnu.org/licenses/agpl-3.0.html --> https://www.gnu.org/licenses/agpl-3.0.html -->
FANCY FONTS:
<link rel="stylesheet" media="screen" <link rel="stylesheet" media="screen"
href="https://fontlibrary.org/face/connection" type="text/css"/> href="https://fontlibrary.org/face/connection" type="text/css"/>

View File

@ -1,5 +1,6 @@
<div class="menu top-menu"> <div class="menu top-menu">
<h2><a href="/"><?php echo($GLOBALS["site_name"]); ?></a></h2> <h2><a href="/"><?php echo($GLOBALS["site_name"]); ?></a>
<img id="duck" src="/res/img/war_duck.png"></h2>
<ul> <ul>
<li><a href="/coin.php">file-beamer</a></li> <li><a href="/coin.php">file-beamer</a></li>
<li><a href="/mask.php">url-shortener</a></li> <li><a href="/mask.php">url-shortener</a></li>