-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (21 loc) · 906 Bytes
/
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
<!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="style.css"/>
<title>COMP 426 Twitter</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<h1 class = "title"> 426 Twitter</h1>
<section class="hero is-0-mobile">
<div class="hero-body" id="root">
</div>
</section>
<script src="node_modules/axios/dist/axios.js"></script>
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="main.js" type="module"></script>
</body>
</html>