File: index.html

package info (click to toggle)
node-route-recognizer 0.3.4%2Bgit.20200411.3de84ec-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 572 kB
  • sloc: javascript: 283; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>QUnit Example</title>
    <link rel="stylesheet" href="qunit.css" />
  </head>
  <body>
    <div id="qunit"></div>
    <script src="qunit.js"></script>
    <script type="module" src="../lib/route-recognizer.js"></script>
    <script type="module" src="normalizer-tests.js"></script>
    <script type="module" src="recognizer-tests.js"></script>
    <script type="module" src="router-tests.js"></script>
    <script src="/testem.js"></script>
  </body>
</html>