File: index.html

package info (click to toggle)
node-redux-devtools 3.13.1~git20230831-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,868 kB
  • sloc: javascript: 7,775; makefile: 20
file content (13 lines) | stat: -rw-r--r-- 286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>Electron Test</title>
  </head>
  <body>
    <span id="counter">0</span>
    <button id="increment">+</button>
    <button id="decrement">-</button>
    <script src="./dist/renderer.js"></script>
  </body>
</html>