-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (37 loc) · 1.46 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
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css">
<link href='https://fonts.googleapis.com/css?family=Josefin+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<!-- <link rel="stylesheet" media="screen and (max-device-width: 799px)" /> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.js"></script>
<title>wh@t</title>
<!-- <link rel="stylesheet" href="assets/css/animation.css"> -->
</head>
<body>
<div class="wrapper">
<header class="header">
<h1><i class="fa fa-globe"aria-hidden="true"></i>wh@t</h1>
</header>
<div class="contentcontainer scroll">
<ul>
<!-- <li class="chatcontent"></li> -->
</ul>
</div>
<footer>
<form class="messagebox">
<input type="text" class="newmessage">
<button type="submit" class="sendbutton">Send</button>
</form>
</div>
</footer>
</div>
<script src="assets/js/app.js"></script>
<script src="assets/js/chat_functions/github.js"></script>
<script src="assets/js/chat_functions/giphy.js"></script>
<script src="assets/js/chat_functions/weather.js"></script>
</body>
</html>