File: example.html

package info (click to toggle)
node-jsbn 1.1.0%2B~1.2.29-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 172 kB
  • sloc: javascript: 1,062; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title></title>
    </head>
    <body>
      <script src="index.js"></script>
      <script src="example.js"></script>
    </body>
</html>