-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (52 loc) · 3.45 KB
/
index.html
File metadata and controls
57 lines (52 loc) · 3.45 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>on-lab</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="./style.css">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'><link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="app-container">
<div class="app-main">
<div style="background-color: black;width: 100%;border-radius: 5px;text-align: center;font-family: yekan;color: white;">تست کد یوز</div>
<br>
<div class="chat-wrapper">
<!-- Messages will be appended here -->
</div>
<div class="chat-input-wrapper" style="border: 1px solid black;">
<a href="#" id="menu-link" style='float: left; background-color: #f5f8fc; border: none;'>
<img src="./img/bot.png" style="width: 35px;">
</a>
<input name="submit" class="chat-input" style="text-align: right;font-family: yekan;" placeholder="سوالی بپرسید تا جواب بدم">
<button class="send" style='float: left; background-color: #f5f8fc; border: none;'>
<svg xmlns="http://www.w3.org/2000/svg" width="2em" height="2em" viewBox="0 0 24 24"><g fill="none"><path d="M24 0v24H0V0zM12.594 23.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036c-.01-.003-.019 0-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z"/><path fill="#b5b5b5" d="M20.235 5.686c.432-1.195-.726-2.353-1.921-1.92L3.709 9.048c-1.199.434-1.344 2.07-.241 2.709l4.662 2.699l4.163-4.163a1 1 0 0 1 1.414 1.414L9.544 15.87l2.7 4.662c.638 1.103 2.274.957 2.708-.241z"/></g></svg>
</button>
</div>
<br>
</div>
<div class="app-right">
<div class="app-profile-box">
<div style="background-color: black;width: 100%;text-align: center;font-family: yekan;border-radius: 5px;color: white;">کدی که پردازش شد</div>
<br>
<div style="text-align: right;">
<pre id="res">
</pre>
</div>
</div>
<div class="app-activity-box">
<div style="background-color: black;width: 100%;text-align: center;font-family: yekan;border-radius: 5px;color: white;">کدی های یوز<button id="save-info-btn" class="save-btn"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24"><path fill="currentColor" d="M17.59 3.59c-.38-.38-.89-.59-1.42-.59H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7.83c0-.53-.21-1.04-.59-1.41zM12 19c-1.66 0-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3s-1.34 3-3 3m1-10H7c-1.1 0-2-.9-2-2s.9-2 2-2h6c1.1 0 2 .9 2 2s-.9 2-2 2"/></svg></button></div>
<pre style="overflow-x: hidden;text-align: right;">
<textarea id="myTextarea" class="app-activity-box" style="border: none;margin-left: -60px;width: 285px;height: 395px;outline: none;">
</textarea>
</pre>
</div>
</div>
</div>
<!-- partial -->
<script src="./script.js"></script>
<script src="./parse.js"></script>
</body>
</html>