-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 821 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="style/app.css" />
<link rel="shortcut icon" href="img/favicon.png" />
<link href="site/components/rainbow/themes/github.css" rel="stylesheet" type="text/css" media="screen">
<title>searchnod.es - code search for npm</title>
</head>
<body>
<div id="app"></div>
<script type='text/javascript' data-config="stealconfig.js" data-main="site/site" src='./site/components/steal/steal.js'></script>
<script src="site/components/rainbow/js/rainbow.js"></script>
<script src="site/components/rainbow/js/language/generic.js"></script>
<script src="site/components/rainbow/js/language/javascript.js"></script>
</body>
</html>