File: index.html

package info (click to toggle)
node-browserify 17.0.0%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,400 kB
  • sloc: javascript: 5,642; makefile: 27; sh: 10
file content (11 lines) | stat: -rw-r--r-- 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8 />
  <title></title>
  <script type="text/javascript" src="./js/build/bundle.js"></script>
</head>
<body>
  <p>Open your dev tools ;)</p>  
</body>
</html>