Static::Simple 0.16 - fix 204/304 bug under mod_perl. Allow files in static dirs...
[catagits/Catalyst-Plugin-Static-Simple.git] / t / lib / TestApp / root / always-static / test.html
diff --git a/t/lib/TestApp/root/always-static/test.html b/t/lib/TestApp/root/always-static/test.html
new file mode 100644 (file)
index 0000000..18ed998
--- /dev/null
@@ -0,0 +1,8 @@
+<html>
+  <head>
+    <title>test</title>
+  </head>
+  <body>
+    <div>test</div>
+  </body>
+</html>