-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.php
42 lines (27 loc) · 1.17 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
<html>
<head>
<title>Cloud BackUp</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-MfvZlkHCEqatNoGiOXveE8FIwMzZg4W85qfrfIFBfYc= sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<div style="display: block;">
<div id='close'>X</div>
<div id="userbox">
<div align="center" style="margin:90px">
<p>
<img src="http://devzstudio.com/assets/images/devzstudio_logo.png" >
</p>
</div>
<a href="files.php" style="border:0px;border-radius:0px" target="_blank" class="btn btn-block btn-info">Files Backup</a>
<a href="database.php" style="border:0px;border-radius:0px" target="_blank" class="btn btn-block btn-info">Database Backup</a>
<a href="http://www.devzstudio.com/donate.php" style="border:0px;border-radius:0px" target="_blank" class="btn btn-block btn-success">Donate</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>