diff options
| author | Georg | 2021-05-22 03:13:53 +0200 |
|---|---|---|
| committer | Georg | 2021-05-22 03:13:53 +0200 |
| commit | cc4ef9b16bcc694bdf536adae00169f7dfb9507a (patch) | |
| tree | 64e7c3deb176f0aef565e859511fa15a738bc50a /test-data/web/index.html.example | |
| download | mailcow-cc4ef9b16bcc694bdf536adae00169f7dfb9507a.tar.gz mailcow-cc4ef9b16bcc694bdf536adae00169f7dfb9507a.tar.bz2 mailcow-cc4ef9b16bcc694bdf536adae00169f7dfb9507a.zip | |
Initial
Diffstat (limited to 'test-data/web/index.html.example')
| -rw-r--r-- | test-data/web/index.html.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test-data/web/index.html.example b/test-data/web/index.html.example new file mode 100644 index 0000000..ff105c4 --- /dev/null +++ b/test-data/web/index.html.example @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="UTF-8" /> + <title>Supybot Web server index</title> + <link rel="stylesheet" type="text/css" href="/default.css" media="screen" /> + </head> + <body class="purelisting"> + <h1>Supybot web server index</h1> + <p>Here is a list of the plugins that have a Web interface: + </p> + %(list)s + </body> +</html>
\ No newline at end of file |
