-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 1.76 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>chatbot</title>
<style type="text/css">
body{
background-image: url('1234.jpg');
background-repeat: no-repeat;
background-size: cover;
}
</style>
<link rel='stylesheet' href="hptts://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.main.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
<div class="container">
<h1 class="title">ᑕᕼᗩT ᗷOT</h1>
<div class="chat"></div>
<div class="busy"></div>
<div class="input">
<input type="text" placeholder="Chat with me!">
<a><ion-icon name="paper-plane-outline"></ion-icon></a>
</div>
</div>
<footer class="footer">
<p>Created with <i>❤</i> </p>
</footer>
<div class="wrapper">
<div class="button">
<i class="fab fa-instagram"></i><i> </i><i class="fab fa-reddit-alien"></i><i> </i><i class="fab fa-github"></i>
</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js'></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<script src="main.js"></script>
</body>
</html>