-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
62 lines (60 loc) · 2.09 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
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html" />
<meta name="author" content="WHM Backup Solutions (https://whmbackup.solutions/)" />
<title>WHM Backup Solutions - Script Index Page</title>
<link rel='stylesheet' id='typology-fonts-css' href='https://fonts.googleapis.com/css?family=Domine%3A400%7CJosefin+Sans%3A400%2C700&subset=latin%2Clatin-ext&ver=1.2' type='text/css' media='all' />
<style type="text/css">
<!--
body {
margin: 0;
padding: 0;
font-family: 'Domine';
font-weight: 400;
color: #444444;
}
a {
color:inherit;
}
header h1 {
margin: 0;
padding: 50px;
color: #ffffff;
font-family: 'Josefin Sans';
font-weight: 700;
}
header a{
text-decoration: none;
}
header {
margin: 0;
text-align: center;
background-color: #C62641;
}
h2 {
color: #333333;
font-family: 'Josefin Sans';
font-weight: 700;
padding: 20px 0px 0px 20px;
}
p {
padding-left: 20px;
}
-->
</style>
</head>
<body>
<header>
<h1><a href="https://whmbackup.solutions/">WHM Backup Solutions</a></h1>
</header>
<div id="content">
<h2>Where am I?</h2>
<p>This page is a placeholder to stop search engines and other unwanted users indexing and accessing your WHM Backup Solutions script files.</p>
<h2>How do I access the files in this folder?</h2>
<p>If you login to cPanel, or FTP and get the name of the files you want to access just type it into your browser's address bar.</p>
<h2>I need help!!</h2>
<p>If you need any assistance on <a href="https://whmbackup.solutions/documentation/installation/" target="_blank">installing</a>, <a href="https://whmbackup.solutions/documentation/configuration/" target="_blank">configuring</a> or <a href="https://whmbackup.solutions/documentation/" target="_blank">running</a> the cPanel reseller backup script please visit out website <a href="https://whmbackup.solutions" target="_blank">https://whmbackup.solutions</a>.</p>
</div>
</body>
</html>