diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-03-28 00:11:04 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-03-28 00:11:04 -0600 |
| commit | d24eedbc16dff03f940e342bda72b572befcc4a3 (patch) | |
| tree | 4818fff2da8dcb0767b69cc9172a9b889970e933 /test/browser.html | |
| parent | 6869172198b8cf67a5d532bc4fbb04005d452b4d (diff) | |
| parent | efd207c0ea9b48b10126f01e8d4c60cf40f48d26 (diff) | |
Merge branch 'release/1.0.0'1.0.0
Diffstat (limited to 'test/browser.html')
| -rw-r--r-- | test/browser.html | 12 |
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> |