Compare commits

..

14 commits

Author SHA1 Message Date
Christian Hesse
40147dc1cd doc/mod/scriptrunonce: get script from rsc.eworm.de 2025-11-12 11:54:32 +01:00
Christian Hesse
9fd127eb6d INITIAL-COMMANDS: install from rsc.eworm.de 2025-11-12 11:54:32 +01:00
Christian Hesse
cf7d7f9508 README: install from rsc.eworm.de 2025-11-12 11:54:32 +01:00
Christian Hesse
45f446e688 contrib/Makefile: hide the hint on broken site 2025-11-12 11:54:32 +01:00
Christian Hesse
7b6c18eef3 contrib/notification: hint on possibly broken site 2025-11-12 11:54:32 +01:00
Christian Hesse
d3da397b87 contrib/logo-color: hint on possibly broken site 2025-11-12 11:54:32 +01:00
Christian Hesse
e9cd631be5 contrib/html: hide the hint on broken link 2025-11-12 11:54:32 +01:00
Christian Hesse
d98b9624d3 doc/mod/notification-telegram: hint on possibly broken link 2025-11-12 11:54:32 +01:00
Christian Hesse
58e41d641c README: add a sub-section for code hosting 2025-11-12 11:54:32 +01:00
Christian Hesse
5acdcabcc1 README: add the upstream url verbatim 2025-11-12 11:54:32 +01:00
Christian Hesse
ee62084c56 general/style: make the blockquote darker 2025-11-12 11:54:32 +01:00
Christian Hesse
7b3ad6f86e contrib/notification: add a head with eworm, QR code and caption 2025-11-12 11:54:32 +01:00
Christian Hesse
ed42bef06c contrib/logo-color: add a head with eworm, QR code and caption 2025-11-12 11:54:32 +01:00
Christian Hesse
df3d1f2f54 contrib/html: add a head with eworm, QR code and caption 2025-11-12 11:54:32 +01:00
4 changed files with 28 additions and 36 deletions

View file

@ -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 />

View file

@ -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>

View file

@ -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>

View file

@ -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;
}