mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-04-23 05:29:36 +00:00
Compare commits
14 commits
c63826c99f
...
40147dc1cd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
40147dc1cd | ||
|
|
9fd127eb6d | ||
|
|
cf7d7f9508 | ||
|
|
45f446e688 | ||
|
|
7b6c18eef3 | ||
|
|
d3da397b87 | ||
|
|
e9cd631be5 | ||
|
|
d98b9624d3 | ||
|
|
58e41d641c | ||
|
|
5acdcabcc1 | ||
|
|
ee62084c56 | ||
|
|
7b3ad6f86e | ||
|
|
ed42bef06c | ||
|
|
df3d1f2f54 |
4 changed files with 28 additions and 36 deletions
|
|
@ -4,14 +4,12 @@
|
||||||
<link rel="stylesheet" type="text/css" href="__STYLE__">
|
<link rel="stylesheet" type="text/css" href="__STYLE__">
|
||||||
<link rel="icon" type="image/png" href="__LOGO__">
|
<link rel="icon" type="image/png" href="__LOGO__">
|
||||||
</head><body>
|
</head><body>
|
||||||
<table>
|
|
||||||
<tr>
|
<table><tr>
|
||||||
<td rowspan=2><img src="__EWORM__" alt="eworm on meadow" /></td>
|
<td><img src="__EWORM__" alt="eworm on meadow" /></td>
|
||||||
<td rowspan=2><img src="__QR_CODE__" alt="QR code: rsc.eworm.de" /></td>
|
<td><img src="__QR_CODE__" alt="QR code: rsc.eworm.de" /></td>
|
||||||
<td class="head-top">RouterOS Scripts</td>
|
<td class="head"><span class="top">RouterOS Scripts</span><br />
|
||||||
</tr>
|
<span class="bottom">a collection of scripts for MikroTik RouterOS</span></td>
|
||||||
<tr>
|
</tr></table>
|
||||||
<td class="head-bottom">a collection of scripts for MikroTik RouterOS</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,16 +5,13 @@
|
||||||
<link rel="icon" type="image/png" href="../logo.png">
|
<link rel="icon" type="image/png" href="../logo.png">
|
||||||
<script src="logo-color.d/script.js"></script>
|
<script src="logo-color.d/script.js"></script>
|
||||||
</head><body>
|
</head><body>
|
||||||
<table>
|
|
||||||
<tr>
|
<table><tr>
|
||||||
<td rowspan=2><img src="../general/eworm-meadow.avif" alt="eworm on meadow" /></td>
|
<td><img src="../general/eworm-meadow.avif" alt="eworm on meadow" /></td>
|
||||||
<td rowspan=2><img src="../general/qr-code.png" alt="QR code: rsc.eworm.de" /></td>
|
<td><img src="../general/qr-code.png" alt="QR code: rsc.eworm.de" /></td>
|
||||||
<td class="head-top">RouterOS Scripts</td>
|
<td class="head"><span class="top">RouterOS Scripts</span><br />
|
||||||
</tr>
|
<span class="bottom">a collection of scripts for MikroTik RouterOS</span></td>
|
||||||
<tr>
|
</tr></table>
|
||||||
<td class="head-bottom">a collection of scripts for MikroTik RouterOS</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<h1>Logo Color Changer</h1>
|
<h1>Logo Color Changer</h1>
|
||||||
|
|
|
||||||
|
|
@ -5,16 +5,13 @@
|
||||||
<link rel="icon" type="image/png" href="../logo.png">
|
<link rel="icon" type="image/png" href="../logo.png">
|
||||||
<script src="notification.d/script.js"></script>
|
<script src="notification.d/script.js"></script>
|
||||||
</head><body>
|
</head><body>
|
||||||
<table>
|
|
||||||
<tr>
|
<table><tr>
|
||||||
<td rowspan=2><img src="../general/eworm-meadow.avif" alt="eworm on meadow" /></td>
|
<td><img src="../general/eworm-meadow.avif" alt="eworm on meadow" /></td>
|
||||||
<td rowspan=2><img src="../general/qr-code.png" alt="QR code: rsc.eworm.de" /></td>
|
<td><img src="../general/qr-code.png" alt="QR code: rsc.eworm.de" /></td>
|
||||||
<td class="head-top">RouterOS Scripts</td>
|
<td class="head"><span class="top">RouterOS Scripts</span><br />
|
||||||
</tr>
|
<span class="bottom">a collection of scripts for MikroTik RouterOS</span></td>
|
||||||
<tr>
|
</tr></table>
|
||||||
<td class="head-bottom">a collection of scripts for MikroTik RouterOS</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<h1>Notification Generator</h1>
|
<h1>Notification Generator</h1>
|
||||||
|
|
|
||||||
|
|
@ -68,15 +68,15 @@ pre code {
|
||||||
span.link {
|
span.link {
|
||||||
color: #863600;
|
color: #863600;
|
||||||
}
|
}
|
||||||
td.head-top {
|
td.head {
|
||||||
height: 48px;
|
line-height: 1.2;
|
||||||
vertical-align: bottom;
|
padding: 0 2em;
|
||||||
|
}
|
||||||
|
td.head .top {
|
||||||
font-size: 250%;
|
font-size: 250%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
td.head-bottom {
|
td.head .bottom {
|
||||||
height: 48px;
|
|
||||||
vertical-align: top;
|
|
||||||
font-size: 125%;
|
font-size: 125%;
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue