File: standalone.compress.html

package info (click to toggle)
node-browserify-lite 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 192 kB
  • sloc: javascript: 723; makefile: 22
file content (12 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>standalone</title>
    <link rel="stylesheet" href="style.css">
    <script src="standalone.compress.js"></script>
  </head>
  <body>
    See console for the message. Source is main.js
  </body>
</html>