-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.php
69 lines (61 loc) · 2.44 KB
/
Index.php
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<title> Welcome || Aawaaj</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap & other CSS files -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/aos.css">
<link rel="stylesheet" type="text/css" href="css/jquery.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
</head>
<!--
<style type="text/css">
body{
background: cornflowerblue;
}
</style> -->
<body>
<!-- data-type='[ "Welcome", "xyyzzzzz", "SignUp and Get Started"]' class="typewrite" data-period="700" -->
<center> <h1 style="margin-top: 0px; font-size: 80px">
</h1></center>
<div class="jumbotron" style="background-color: #F8F8FF;">
<div class="row">
<div class="col-sm" data-aos="fade-up" aos-duration=5000 style="border-right: 2px grey solid">
<center><a href="about.php" ><img src="images/navMonk.png" style="width: 512px ; height: 512px;" alt="Verified Developer"></a></center>
</div>
<div class="col-sm" data-aos="fade-left">
<center>
<p><b>
<span></span> <h1> Welcome </h1></b> <b> (Alpha)</b><br>
You are instructed to SignUp first<br>
If you already have, you can simply <br>
login.<br><br>
<div class="row Indexbox">
<br>
<div class="col-sm" style="border-right: 1px grey dotted;"> <b>SignUp </b><br> <br><a href='signup.php'><img src="images/user.png"></a></div>
<div class="col-sm"><b>Login</b> <br> <br><a href="login.php"><img src="images/Newuser.png"> </a></div>
</div>
</p>
</center>
</div>
</div>
<center> <p class="mt-5 mb-3 text-muted">© ProxyChains</p></center>
</div>
</body>
<!-- Required Javascript Files -->
<script type="text/javascript" src="js/aos.js"></script>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script>
//This script is a extra of AOS
AOS.init({
easing: 'ease-out-back',
duration: 1000
});
</script>
</html>