-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·39 lines (36 loc) · 1.52 KB
/
index.html
File metadata and controls
executable file
·39 lines (36 loc) · 1.52 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
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<!-- jQuery, jQuery.ui -->
<link href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.min.css" rel="stylesheet" type="text/css" />
<script src="https://code.jquery.com/jquery.min.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<!-- Bootstrap -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<!-- React -->
<script src="https://fb.me/react-0.13.3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.29/browser.js"></script>
<!--Custom Styles -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<title>React Bulletin Board</title>
</head>
<body>
<div id="react-container"></div>
<!-- <div style="padding: 10px 10px;margin-bottom:5px;border:1px dotted #aaa"> -->
<!-- <div class="clearfix" style="margin-left:-10px 0px;">
Sort By  
<label class="radio-inline">
<input type="radio" value="name" name="sortOrder" checked> name
</label>
<label class="radio-inline">
<input type="radio" value="place" name="sortOrder"> Location
</label>
<label class="radio-inline">
<input type="radio" value="place" name="sortOrder"> Followers
</label>
</div> -->
<script src="js/Note.js" type="text/babel" ></script>
<script>
</script>
</body>
</html>