This repository was archived by the owner on Jul 2, 2023. It is now read-only.
generated from github/codespaces-react
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
23 lines (21 loc) · 1.3 KB
/
docs.html
File metadata and controls
23 lines (21 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="docs.css">
<link rel="icon" href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTHChL3rOeM0wnlHpK0LrLBFCsnTcrKquo-AQ&usqp=CAU">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Teko" />
<title>Quicky-Chat - Docs</title>
</head>
<body>
<header>Quicky-Chat : Docs</header>
<p class="p-one">This is a Chat Bot that can answer many of your questions but its need to upgrade, but for now you can chat with it freely...</p>
<p class="p-one-point-five">Write in proper English, it only understands proper English.</p>
<p class="p-one-point-10">The upgradation patch for doing mathematical caculation will coming soon...</p>
<p class="p-two">Short-Cuts :</p>
<p class="p-three">To jump direct to the "Message Field", press <kbd class="menu">Insert</kbd>, <kbd class="menu">Ctrl</kbd> + <kbd class="menu">Insert</kbd>, <kbd class="menu">Shift</kbd> + <kbd class="menu">Insert</kbd> or <kbd class="menu">Alt</kbd> + <kbd class="menu">Insert</kbd>. To exit this page, press <kbd class="menu">←</kbd></p>
<script src="docs.js"></script>
</body>
</html>