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 (10 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html>
  <head>
    <title>Redux TodoMVC example</title>
  </head>
  <body>
    <div class="todoapp" id="root"></div>
    <script src="/static/bundle.js"></script>
  </body>
</html>