File: index.html

package info (click to toggle)
nqp 2024.09%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,972 kB
  • sloc: java: 28,087; perl: 3,479; ansic: 451; makefile: 202; javascript: 68; sh: 1
file content (9 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
<html>
    <head>
        <meta charset="utf-8"/>
    </head>
    <body>
        <script type='text/javascript' src='bundle.js' charset='utf-8'></script>
        <script src="http://cdn.jsdelivr.net/p5.js/0.3.2/p5.min.js"></script>
    </body>
</html>