File: example.html

package info (click to toggle)
node-uuid 8.3.2%2B~8.3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,576 kB
  • sloc: javascript: 2,177; sh: 33; makefile: 23
file content (6 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
<!DOCTYPE html>
<title>UUID esmodule webpack example</title>
<p>Please open the Developer Console to view output</p>
<script type="text/javascript" src="./dist/v1.js"></script>
<script type="text/javascript" src="./dist/v4.js"></script>
<script type="text/javascript" src="./dist/all.js"></script>