File: index.html

package info (click to toggle)
node-free-style 4.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 764 kB
  • sloc: javascript: 33; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
<!doctype html>
<html>
<head>
  <title>Simple Example</title>
</head>
<body>
  <script src="bundle.js"></script>
</body>
</html>