File: index.html

package info (click to toggle)
node-react-popper 2.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 652 kB
  • sloc: javascript: 1,611; makefile: 14
file content (16 lines) | stat: -rw-r--r-- 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <title>react-popper</title>
  <link href="https://fonts.googleapis.com/css?family=Lato:400,900" rel="stylesheet">
</head>

<body>
  <noscript>You need JavaScript to view this website.</noscript>
  <div id="root"></div>
  <script src="./index.js"></script>
</body>

</html>