1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-05 08:07:33 +02:00

logo: Add logo to the project

References #1087
This commit is contained in:
logmanoriginal
2019-06-25 18:39:28 +02:00
parent fa8253c8bf
commit 987f42d6d4
9 changed files with 299 additions and 11 deletions

View File

@@ -33,6 +33,7 @@ final class BridgeList {
<meta name="description" content="RSS-Bridge" />
<title>RSS-Bridge</title>
<link href="static/style.css" rel="stylesheet">
<link rel="icon" type="image/png" href="static/favicon.png">
<script src="static/search.js"></script>
<script src="static/select.js"></script>
<noscript>
@@ -116,8 +117,7 @@ EOD;
return <<<EOD
<header>
<h1>RSS-Bridge</h1>
<h2>Reconnecting the Web</h2>
<div class="logo"></div>
{$warning}
</header>
EOD;