-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathunity.html
32 lines (30 loc) · 1.32 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
<!DOCTYPE html>
<html>
<head>
<title>unity</title>
<link rel="stylesheet" type="text/css" href="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 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="wixindex.html">Home</a>
</div>
<div class="form">
<input type="text" id='ip'>
<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>