diff options
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 |
