mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-15 06:19:30 +00:00
contrib/html: link the logo with relative path
This commit is contained in:
parent
42568988cf
commit
bbc4bec966
2 changed files with 2 additions and 1 deletions
|
|
@ -2,5 +2,5 @@
|
|||
<head><title>RouterOS Scripts :: __TITLE__</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="__STYLE__">
|
||||
<link rel="icon" href="/logo.png" type="image/png">
|
||||
<link rel="icon" type="image/png" href="__LOGO__">
|
||||
</head><body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue