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 (20 lines) | stat: -rwxr-xr-x 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
  <head>
    <title>Sample App</title>
    <style>
      body {
        font-family:
          SF UI Text,
          Roboto,
          Helvetica Neue,
          Helvetica,
          sans-serif;
        font-size: 18px;
        line-height: 1.5;
      }
    </style>
  </head>
  <body>
    <div id="root"></div>
  </body>
</html>