aboutsummaryrefslogtreecommitdiff
path: root/test/browser.html
blob: 7191160a6181a1bcc32895258377e20fda308ea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>