-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrate_arguments.html
More file actions
40 lines (34 loc) · 1.68 KB
/
rate_arguments.html
File metadata and controls
40 lines (34 loc) · 1.68 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
40
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Rate Arguments</title>
<meta name="author" content="ActiveWizards">
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/slider.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="bower_components/react/react.js"></script>
<script src="bower_components/react/react-dom.js"></script>
<script src="bower_components/react-bootstrap/react-bootstrap.min.js"></script>
<script src="bower_components/dragula/dist/dragula.min.js"></script>
<link rel="stylesheet" href="bower_components/dragula/dist/dragula.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.34/browser.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container" style="margin-top: 30px">
<div class="row">
<div class="col-md-12 text-center">
<h1>Topic: Developed countries should accept more refugees from crisis regions (e.g., Syrian war)</h1>
</div>
</div>
<hr>
<div id="arguments"></div>
</div>
<script type="text/babel" src="static/js/components/ArgumentRateList.js"></script>
</body>
</html>