-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (35 loc) · 1.15 KB
/
index.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
42
43
44
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<script src="wiseacre/information.js"></script>
<script src="wiseacre/chatter.js"></script>
<script src="wiseacre/test.js"></script>
<link rel="stylesheet" type="text/css" href="assets/style.css">
</head>
<body>
<div id="sky-above"></div>
<div id="robo-body">
<div id="robo-left-scrn" class="robo-scrn">
<div id="query-wrapper">
<textarea id="query" autocomplete="off" disabled></textarea>
</div>
</div>
<div id="robo-right-scrn" class="robo-scrn">
<div id="response-wrapper">
<div id="response"></div>
</div>
</div>
<div id="robo-buttons">
<div class="robo-button robo-button-g"> </div>
<div class="robo-button robo-button-y"> </div>
<div class="robo-button robo-button-r"> </div>
<div class="robo-button robo-button-b"> </div>
</div>
<img src="assets/brand.svg" id="brand" alt="Mundruś/Wiseacre">
</div>
<div id="log"></div>
<script src="wiseacre/interface.js"></script>
</body>
</html>