File: index.html

package info (click to toggle)
node-react-highlight-words 0.20.0%2B~cs7.18.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 680 kB
  • sloc: javascript: 2,543; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html>
  <head>
    <title>react-highlight-words</title>
    <meta charset="utf-8">
  </head>
  <body>
    <div id='root'/>
    <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>
  </body>
</html>