mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-06 18:09:28 +00:00
contrib/*: unify html code
This commit is contained in:
parent
719b662b76
commit
ceb6f2353e
4 changed files with 17 additions and 23 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html><html lang="en">
|
<!DOCTYPE html><html lang="en">
|
||||||
<head><title>RouterOS Scripts :: __TITLE__</title>
|
<head><meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<title>RouterOS Scripts :: __TITLE__</title>
|
||||||
<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>
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,12 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html><html lang="en">
|
||||||
<html lang="en">
|
<head><meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<head>
|
<title>RouterOS Scripts :: Logo Color Changer</title>
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>RouterOS-Scripts Logo Color Changer</title>
|
|
||||||
<link rel="stylesheet" type="text/css" href="../general/style.css">
|
<link rel="stylesheet" type="text/css" href="../general/style.css">
|
||||||
|
<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>
|
</head><body>
|
||||||
<body>
|
|
||||||
|
|
||||||
<h1>RouterOS-Scripts Logo Color Changer</h1>
|
<h1>Logo Color Changer</h1>
|
||||||
|
|
||||||
<p>You want the logo for your own notifications? But you joined the
|
<p>You want the logo for your own notifications? But you joined the
|
||||||
<a href="https://t.me/routeros_scripts">Telegram Group</a> and want
|
<a href="https://t.me/routeros_scripts">Telegram Group</a> and want
|
||||||
|
|
@ -36,5 +34,4 @@ for other browsers may differ.)</p>
|
||||||
<a href="../../about/doc/mod/notification-telegram.md#set-a-profile-photo">Set
|
<a href="../../about/doc/mod/notification-telegram.md#set-a-profile-photo">Set
|
||||||
a profile photo</a> for your Telegram bot.</p>
|
a profile photo</a> for your Telegram bot.</p>
|
||||||
|
|
||||||
</body>
|
</body></html>
|
||||||
</html>
|
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,12 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html><html lang="en">
|
||||||
<html lang="en">
|
<head><meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<head>
|
<title>RouterOS Scripts :: Notification Generator</title>
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>RouterOS-Scripts Notification Generator</title>
|
|
||||||
<link rel="stylesheet" type="text/css" href="../general/style.css">
|
<link rel="stylesheet" type="text/css" href="../general/style.css">
|
||||||
|
<link rel="icon" type="image/png" href="../logo.png">
|
||||||
<script src="notification.d/script.js"></script>
|
<script src="notification.d/script.js"></script>
|
||||||
</head>
|
</head><body>
|
||||||
<body>
|
|
||||||
|
|
||||||
<h1>RouterOS-Scripts Notification Generator</h1>
|
<h1>Notification Generator</h1>
|
||||||
|
|
||||||
<div class="notification">
|
<div class="notification">
|
||||||
<img src="../logo.svg" alt="logo" class="logo" width=48 height=48>
|
<img src="../logo.svg" alt="logo" class="logo" width=48 height=48>
|
||||||
|
|
@ -31,5 +29,4 @@
|
||||||
<p>Then right-click, click "<i>Take Screenshot</i>" and finally select the
|
<p>Then right-click, click "<i>Take Screenshot</i>" and finally select the
|
||||||
notification and download it.</p>
|
notification and download it.</p>
|
||||||
|
|
||||||
</body>
|
</body></html>
|
||||||
</html>
|
|
||||||
|
|
|
||||||
|
|
@ -107,7 +107,7 @@ chat with [BotFather ↗️](https://t.me/BotFather) and set it there.
|
||||||

|

|
||||||
|
|
||||||
Have a look at my
|
Have a look at my
|
||||||
[RouterOS-Scripts Logo Color Changer](https://git.eworm.de/cgit/routeros-scripts/plain/contrib/logo-color.html)
|
[Logo Color Changer](https://git.eworm.de/cgit/routeros-scripts/plain/contrib/logo-color.html)
|
||||||
to create a colored version of this scripts' logo.
|
to create a colored version of this scripts' logo.
|
||||||
|
|
||||||
See also
|
See also
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue