File: index.html

package info (click to toggle)
node-date-now 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: javascript: 43; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html>
<head>
    <title>TAPE Example</title>
    <script src="/testem.js"></script>
    <script src="bundle.js"></script>
</head>
<body>
</body>
</html>