Skip to content

Commit 5708e20

Browse files
committed
''
1 parent 2a8732f commit 5708e20

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

netbase.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
body{
2+
background-color: #EEF;
3+
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
4+
}
5+
#netbase_results{
6+
color: black;
7+
background-color: white;
8+
padding: 4px;
9+
border-width: 3px;
10+
border-style: double;
11+
border-color: #22B;
12+
cursor: pointer;
13+
text-decoration:none;
14+
}
15+
form{
16+
margin: 5px;
17+
}
18+

netbase.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8">
4+
<link rel="stylesheet" type="text/css" href="netbase.css">
5+
<body>
6+
<form onsubmit="do_query();return false;">
7+
<input type="string" name="query" id="query" size="40">
8+
<input type="submit"/>
9+
</form>
10+
<div id='netbase_results'></div>
11+
<script src='netbase.js'></script>
12+
© 2010-2016 Pannous.com
13+
</body></html>

0 commit comments

Comments
 (0)