-
Notifications
You must be signed in to change notification settings - Fork 1
/
unity.html
41 lines (36 loc) · 1.37 KB
/
unity.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>unity</title>
<link rel="stylesheet" type="text/css" href="css\unity.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src='unityjquery.js' type="text/javascript"></script>
</head>
<body>
<div id="disp">
<div class="vl"></div>
<div align="left" id="one1">
Nutricate
</div>
<div id="one2" align="right">
<a style="color: white;"
href="https://web-chat.global.assistant.watson.cloud.ibm.com/preview.html?region=au-syd&integrationID=c6e6a51c-0ce4-4283-963f-46b05542c433&serviceInstanceID=f036fa6f-c8aa-4b9b-957a-33b1c1607017">Chat</a>
<a style="color: white;" href="login.html">Login</a>
<a style="color: white;" href="signup.html">Sign up</a>
<a style="color: white;" href="index.html">Home</a>
</div>
</div>
<div class="data">
<div id="ipdiv">
<input type="text" id='ip'>
</div>
<button id="getnut" onclick="getnut()">Search</button>
<br>
</div>
<!--[ P, Cal, F, Caf, Cu, Ca, Chol, SF, A, C, D, E, K, B, Fi, Fe, Mg, Mn, Ph, KP, Se, Na, Sug, Zn ]
<br>
Try entering these value, hide this list in final integration with unity.
-->
<div id="output"></div>
</body>
</html>