forked from typereact/typereact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 816 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<link rel="shortcut icon" type="image/ico" href="shared/css/favicon2.png">
<meta charset="utf-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/shared/css/styles.css">
<link rel="stylesheet" href="/shared/css/codemirror.css">
<link rel="stylesheet" href="/shared/css/profilePage.css">
<link rel="stylesheet" href="/shared/css/creativeAnimations.css">
<title>Type React</title>
</head>
<body>
<section id="react"></section>
<div id='app'></div>
<div id="root"></div>
<script src="/bundle.js"></script>
</body>
</html>