-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTestPage.html
27 lines (19 loc) · 900 Bytes
/
TestPage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link rel="stylesheet" type="text/css" href="NIFVstyle.css" />
<script type="text/javascript" src="http://developer.yahoo.com/yui/build/yahoo-dom-event/yahoo-dom-event.js"></script>
<script type="text/javascript" src="http://developer.yahoo.com/yui/build/connection/connection-min.js"></script>
<script type="text/javascript" src="http://developer.yahoo.com/yui/build/json/json-min.js"></script>
<script type="text/javascript" src="NIFVjavascript.js"></script>
<title>Resource:Hmmer - NeuroLex</title>
</head>
<body>
<input type="submit" value="Search" onclick="LoadNIFV('Hmmer')" />
<br />
<br />
<div id="NIFVmain">
</div>
</body>
</html>