-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (43 loc) · 1.55 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
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script defer src="http://localhost:5000/socket.io/socket.io.js"></script>
<script defer src="script.js"></script>
<title>Chopper</title>
</head>
<body>
<div class="container-fluid">
<div class="panel panel-default">
<div id="panel-body" class="panel-body">
</div>
<form action="" id="send-container" class="panel-footer message-portal">
<input type="text" class="form-control msg" id="message-input">
<input type="submit" class="btn btn-success" value="Send">
</form>
</div>
</div>
</body>
</html>
<!-- <div class="notify-msg">
<i>you were added</i>
</div>
<div class="external-msg person-msg">
<pic>P</pic>
<div class="msg-container">
<msg class="ext-msg">hello</msg>
<msg class="ext-msg">sughano evdeyaa : )</msg>
</div>
</div>
<div class="internal-msg person-msg">
<div class="msg-container">
<msg class="int-msg">hie muthew</msg>
<msg class="int-msg">sughano evdeyaa : )</msg>
</div>
<pic>A</pic>
</div> -->