summaryrefslogtreecommitdiffstats
path: root/test-data/web/index.html.example
blob: ff105c483115bec9126063d74b77829ed5888f30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>