File: browser.html

package info (click to toggle)
libjs-emojify 1.1.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, trixie
  • size: 5,972 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <title>jstest</title>
  </head>
  <body>

    <!--[if lt IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/4.0.3/es5-shim.min.js"></script><![endif]-->
    <script src="../../node_modules/jstest/jstest.js"></script>
    <script>ROOT = '../..'</script>
    <script src="runner.js"></script>

  </body>
</html>