aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/logo-color.html
blob: 2864fcbe09d51cf88832b1ac5ffae8a1cdf17ac5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>RouterOS-Scripts Logo Color Changer</title>
<link rel="stylesheet" type="text/css" href="logo-color.d/style.css">
<script src="logo-color.d/script.js"></script>
</head>
<body>

<h1>RouterOS-Scripts Logo Color Changer</h1>

<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
something that differentiates? Color it!</p>

<embed class="logo" src="../logo.svg" width="128" height="128" type="image/svg+xml">

<p>Select the colors here:
<input id="color1" type="color" value="#222222" onchange="color();">
<input id="color2" type="color" value="#444444" onchange="color();"></p>

<p>Then right-click, click "<i>Take Screenshot</i>" and finally select the
logo and download it.</p>

</body>
</html>