-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (39 loc) · 1.4 KB
/
Copy pathindex.html
File metadata and controls
42 lines (39 loc) · 1.4 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
41
42
<html>
<body>
<head>
<link href="bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<style>
body{
background-image: url("bg.png");
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-repeat: no-repeat;
background-size: cover;
}
.ml-1 {
margin-right: 100px;
font-size: large;
font-weight: bold;
}
</style>
<meta charset="UTF-8" />
</head>
<div class="container" style="margin-top: 8%;">
<div class="col-md-6 col-md-offset-3">
<div class="row">
<div id="logo" class="text-center" style="margin-top: 180px;">
<h1 style="color:white">Bypass Sand Box AngularJS</h1>
<h2 style="color:white">Version</h2>
</div>
<div class="row" style="font-size: 2.5rem; font-weight: bold;">
<a href="1.0.8/" class="col-sm-3 text-center">1.0.8</a>
<a href="1.3.20/" class="col-sm-3 text-center">1.3.20</a>
<a href="1.4.7/" class="col-sm-3 text-center">1.4.7</a>
<a href="1.5.8/" class="col-sm-3 text-center">1.5.8</a>
</div>
</div>
</div>
</div>
</body>
</html>