mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-03 23:59:32 +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="icon" type="image/png" href="__LOGO__">
|
||||
</head><body>
|
||||
<table>
|
||||
<tr>
|
||||
<td rowspan=2><img src="__EWORM__" alt="eworm on meadow" /></td>
|
||||
<td rowspan=2><img src="__QR_CODE__" alt="QR code: rsc.eworm.de" /></td>
|
||||
<td class="head-top">RouterOS Scripts</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="head-bottom">a collection of scripts for MikroTik RouterOS</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table><tr>
|
||||
<td><img src="__EWORM__" alt="eworm on meadow" /></td>
|
||||
<td><img src="__QR_CODE__" alt="QR code: rsc.eworm.de" /></td>
|
||||
<td class="head"><span class="top">RouterOS Scripts</span><br />
|
||||
<span class="bottom">a collection of scripts for MikroTik RouterOS</span></td>
|
||||
</tr></table>
|
||||
<hr />
|
||||
|
||||
|
|
|
|||
|
|
@ -5,16 +5,13 @@
|
|||
<link rel="icon" type="image/png" href="../logo.png">
|
||||
<script src="logo-color.d/script.js"></script>
|
||||
</head><body>
|
||||
<table>
|
||||
<tr>
|
||||
<td rowspan=2><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 class="head-top">RouterOS Scripts</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="head-bottom">a collection of scripts for MikroTik RouterOS</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table><tr>
|
||||
<td><img src="../general/eworm-meadow.avif" alt="eworm on meadow" /></td>
|
||||
<td><img src="../general/qr-code.png" alt="QR code: rsc.eworm.de" /></td>
|
||||
<td class="head"><span class="top">RouterOS Scripts</span><br />
|
||||
<span class="bottom">a collection of scripts for MikroTik RouterOS</span></td>
|
||||
</tr></table>
|
||||
<hr />
|
||||
|
||||
<h1>Logo Color Changer</h1>
|
||||
|
|
|
|||
|
|
@ -5,16 +5,13 @@
|
|||
<link rel="icon" type="image/png" href="../logo.png">
|
||||
<script src="notification.d/script.js"></script>
|
||||
</head><body>
|
||||
<table>
|
||||
<tr>
|
||||
<td rowspan=2><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 class="head-top">RouterOS Scripts</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="head-bottom">a collection of scripts for MikroTik RouterOS</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table><tr>
|
||||
<td><img src="../general/eworm-meadow.avif" alt="eworm on meadow" /></td>
|
||||
<td><img src="../general/qr-code.png" alt="QR code: rsc.eworm.de" /></td>
|
||||
<td class="head"><span class="top">RouterOS Scripts</span><br />
|
||||
<span class="bottom">a collection of scripts for MikroTik RouterOS</span></td>
|
||||
</tr></table>
|
||||
<hr />
|
||||
|
||||
<h1>Notification Generator</h1>
|
||||
|
|
|
|||
|
|
@ -68,15 +68,15 @@ pre code {
|
|||
span.link {
|
||||
color: #863600;
|
||||
}
|
||||
td.head-top {
|
||||
height: 48px;
|
||||
vertical-align: bottom;
|
||||
td.head {
|
||||
line-height: 1.2;
|
||||
padding: 0 2em;
|
||||
}
|
||||
td.head .top {
|
||||
font-size: 250%;
|
||||
font-weight: bold;
|
||||
}
|
||||
td.head-bottom {
|
||||
height: 48px;
|
||||
vertical-align: top;
|
||||
td.head .bottom {
|
||||
font-size: 125%;
|
||||
color: #555;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue