summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-12 17:12:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-12 17:12:53 -0300
commitff9357ff1bf4682163e283620fe8e596387de713 (patch)
tree4c8325ca1fdd2a18044fb47a48003f313999bc40 /files
downloadpuppet-websites-ff9357ff1bf4682163e283620fe8e596387de713.tar.gz
puppet-websites-ff9357ff1bf4682163e283620fe8e596387de713.tar.bz2
Initial import
Diffstat (limited to 'files')
-rw-r--r--files/htdocs/images/empty0
-rw-r--r--files/htdocs/index.html8
-rw-r--r--files/htdocs/missing.html12
3 files changed, 20 insertions, 0 deletions
diff --git a/files/htdocs/images/empty b/files/htdocs/images/empty
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/files/htdocs/images/empty
diff --git a/files/htdocs/index.html b/files/htdocs/index.html
new file mode 100644
index 0000000..a355b8f
--- /dev/null
+++ b/files/htdocs/index.html
@@ -0,0 +1,8 @@
+<html><head>
+<title>Nodo Network</title></head><body>
+
+<center>
+ <p><code>Welcome to our network!</code></p>
+</center>
+
+</body></html>
diff --git a/files/htdocs/missing.html b/files/htdocs/missing.html
new file mode 100644
index 0000000..0fbf1af
--- /dev/null
+++ b/files/htdocs/missing.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+<title>404 - Not Found</title>
+</head>
+<body>
+ <center>
+ <pre>
+ File not found :(
+ </pre>
+ </center>
+</body>
+</html>