aboutsummaryrefslogtreecommitdiff
path: root/test/browser.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/browser.html')
-rw-r--r--test/browser.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/browser.html b/test/browser.html
new file mode 100644
index 0000000..7191160
--- /dev/null
+++ b/test/browser.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Serpentity Browser Test</title>
+ <script src="/node_modules/serpentity/dist/serpentity.js"></script>
+ <script src="/test/integration.js"></script>
+ </head>
+ <body>
+ <h1>404 Droids Not Found</h1>
+ Look in your console...
+ </body>
+</html>