-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
52 lines (46 loc) · 1.63 KB
/
index.html
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
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html>
<head>
<title>Who are the real criminals? | Gender Gap</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script>
</script>
</head>
<body>
<div class="text-center">
<h1>Who are the real criminals?</h1>
<h4>Analysing Sexual Harassment in India according to the victims relations.</h4>
</div>
<br />
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div class="text-center">
<a href="./country_graph.html" class="btn btn-info">All India level (Graphical) </a> <br />
<div> </div>
<div> </div>
<a href="./interface.html" class="btn btn-default">All India level (Geographical) </a> <br />
<div> </div>
<div> </div>
<a href="./state_pie.html" class="btn btn-success">State level </a> <br />
<div> </div>
<div> </div>
<!--<div class="form-group" style="">
<div class="col-md-offset-2">
<label for="choose"><span style="font-size:1.4em;">Analysing method</span></label>
</div>
<select class="form-control" id="choose" style="width:50%;text-align:center;">
<option>All India level (Graphical)</option>
<option>All India level (Geological)</option>
<option>Regional level</option>
</select>
</div>
-->
</div>
</body>
</html>