-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (22 loc) · 1.02 KB
/
index.html
File metadata and controls
26 lines (22 loc) · 1.02 KB
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
<!DOCTYPE html>
<html>
<head>
<meta chatset="UTF-8">
<title>ReactJS</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://fb.me/react-0.13.3.js"></script>
</head>
<body>
<section id="forum">
</section>
<script src="lib/eventemitter.js"></script>
<script src="lib/components/ForumHeader.react.js"></script>
<script src="lib/components/ForumQuestion.react.js"></script>
<script src="lib/components/ForumAnswer.react.js"></script>
<script src="lib/components/ForumAnswers.react.js"></script>
<script src="lib/components/ForumAddAnswerBox.react.js"></script>
<script src="lib/components/Forum.react.js"></script>
<script src="lib/app.js"></script>
</body>
</html>