diff options
Diffstat (limited to 'contrib/html.sh.d/head.html')
| -rw-r--r-- | contrib/html.sh.d/head.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/html.sh.d/head.html b/contrib/html.sh.d/head.html new file mode 100644 index 00000000..656a63c0 --- /dev/null +++ b/contrib/html.sh.d/head.html @@ -0,0 +1,16 @@ +<!DOCTYPE html><html lang="en"> +<head><meta http-equiv="content-type" content="text/html; charset=UTF-8"> +<title>RouterOS Scripts :: __TITLE__</title> +<link rel="stylesheet" type="text/css" href="__GENERAL__/style.css"> +<link rel="icon" type="image/png" href="__ROOT__/logo.png"> +<script type="text/javascript" src="__GENERAL__/clipboard.js"></script> +</head><body> + +<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 /> + |