summaryrefslogtreecommitdiffhomepage
path: root/debian/example/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'debian/example/index.html')
-rw-r--r--debian/example/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/example/index.html b/debian/example/index.html
new file mode 100644
index 0000000..758e8b8
--- /dev/null
+++ b/debian/example/index.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="keywords" content="Reichwein, webserver">
+ <title>Webserver</title>
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
+ <link rel="stylesheet" type="text/css" href="reichwein.css"/>
+ </head>
+ <body>
+ <div class="page">
+ <h1><img class="banner" src="banner256.png" alt="Reichwein.IT"/> Webserver</h1>
+
+ <div>
+ It works!
+ </div>
+
+ </div>
+ </body>
+</html>
+