diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-01-28 21:50:30 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-01-28 21:50:30 -0600 |
| commit | 3db7d19815d24241bbe60c9afbb8b3f60d000550 (patch) | |
| tree | eced0933cedfd050f47c42e148f9172773c0b5d2 /test/browser.html | |
| parent | d0eb71f3e1f7a8fb227f9fd9286c9d9f041fcce0 (diff) | |
Moves tests, recycles integration
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> |