Merge branch 'iconfix' into 'master'
update the muwire icon which appears on the router console itself See merge request zlatinb/muwire!48
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.0 KiB |
BIN
webui/src/main/images/muwire_logo.png
Normal file
BIN
webui/src/main/images/muwire_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
@ -52,7 +52,7 @@ public class MuWireServlet extends HttpServlet {
|
||||
"</head><body>\n" +
|
||||
"<header class=\"titlebar\">" +
|
||||
"<div class=\"title\">" +
|
||||
"<img src=\"images/muwire.png\" alt=\"\"><br>" +
|
||||
"<img src=\"images/muwire_logo.png\" alt=\"\"><br>" +
|
||||
_t("Welcome to MuWire") +
|
||||
"</div>" +
|
||||
"<div class=\"subtitle\"><br><br><br><br></div>" +
|
||||
|
@ -13,7 +13,7 @@
|
||||
<title>MuWire ${version}</title>
|
||||
<link href="i2pbote.css?${version}" rel="stylesheet" type="text/css">
|
||||
<link href="muwire.css?${version}" rel="stylesheet" type="text/css">
|
||||
<link rel="icon" type="image/png" href="images/muwire.png" />
|
||||
<link rel="icon" type="image/png" href="images/muwire_logo.png" />
|
||||
<script src="js/conncount.js?${version}" type="text/javascript"></script>
|
||||
<script src="js/translate.js?${version}" type="text/javascript"></script>
|
||||
<script src="js/accordion.js?${version}" type="text/javascript"></script>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<header class="titlebar">
|
||||
<div class="title">
|
||||
<a href="Home"><img src="images/muwire.png" alt=""></a>
|
||||
<a href="Home"><img src="images/muwire_logo.png" alt=""></a>
|
||||
<br><%=Util._t("Welcome to MuWire")%>
|
||||
</div>
|
||||
<div class="subtitle">
|
||||
|
Reference in New Issue
Block a user