-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 779 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html>
<head>
<title>React Rally</title>
<meta charset="utf-8"/>
<meta name="description" content="A community React conference August 16-17 2018 in Salt Lake City, UT"/>
<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="shortcut icon" type="image/x-icon" href="favicon.ico"/>
</head>
<body>
<div id="container"></div>
<script src="bundle.js"></script>
<script src="https://use.typekit.net/sib7vfy.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
</body>
</html>