-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
34 lines (34 loc) · 946 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
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<title>React Rally</title>
<meta charset="utf-8" />
<meta
name="description"
content="A community React conference August 14 2020 in CYBERSPACE"
/>
<meta
name="keywords"
content="React, JS, JavaScript, Conference, Salt Lake City, UT"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Rubik"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Source+Code+Pro"
/>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<div id="container"></div>
<script src="bundle.js"></script>
</body>
</html>