Add a cute 'war' duck
This commit is contained in:
parent
576cf6ca05
commit
bc89b94280
|
@ -78,3 +78,10 @@ main
|
|||
font-size: 20px;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#duck
|
||||
{
|
||||
margin-left: 10px;
|
||||
margin-top: 10px;
|
||||
width: 25px;
|
||||
}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 254 B |
|
@ -5,7 +5,6 @@
|
|||
<!-- THIS ENTIRE FILE IS UNDER THE AGPLv3+
|
||||
https://www.gnu.org/licenses/agpl-3.0.html -->
|
||||
|
||||
FANCY FONTS:
|
||||
<link rel="stylesheet" media="screen"
|
||||
href="https://fontlibrary.org/face/connection" type="text/css"/>
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<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>
|
||||
<li><a href="/coin.php">file-beamer</a></li>
|
||||
<li><a href="/mask.php">url-shortener</a></li>
|
||||
|
|
Ŝarĝante…
Reference in New Issue