File: tests.html

package info (click to toggle)
node-sink-test 1.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: javascript: 764; makefile: 16
file content (15 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<html lang="en-us">
  <head>
    <title>Sink Tests Template</title>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8">
    <link rel="stylesheet" href="../src/sink.css" type="text/css">
    <script src="../src/sink.js"></script>
  </head>
  <body>
    <h1>Sink Tests</h1>
    <ol id="tests"></ol>
    <!-- external script file, allows for headless testing -->
    <script src="tests.js"></script>
  </body>
</html>