-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (61 loc) · 2.92 KB
/
index.html
File metadata and controls
63 lines (61 loc) · 2.92 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Neko Hosting (Hosting.MoNoLidThZ.com)</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<style>html{
background:url('https://wiki.spkz.monolidthz.com/images/0/01/Alpine_PC.jpg');
background-size:cover;
}
body{
background:transparent;
color:#eee;
}
.container .jumbotron.bg-dark{
background-color:rgba(8,22,44,0.6) !important;
backdrop-filter:blur(5px);
background-image: url('https://wiki.spkz.monolidthz.com/images/thumb/8/87/1847_20240314191423.png/440px-1847_20240314191423.png');
background-repeat: no-repeat;
background-position: bottom right;
background-size: contain;
}
</style>
</head>
<body>
<div class="container mt-5">
<div class="jumbotron bg-dark">
<h1 class="display-4">Neko Hosting - <small>MoNoLidThZ's Hosting Service</small></h1>
<p class="lead">Affordable Hosting, Unlimited Bandwidth.</p>
<p>NekoHosting is a web hosting located in Bangkok Datacenter. Starting at $5 annually.</p>
<p>Firewall & DDoS protection service provided by <a href="https://nz-network.co.th/" target="_blank">NZ Network Enterprises</a>
</p>
<a href="https://sarkhan.wiki/IRL:NekoHost" target="_blank" class="btn btn-secondary">About Us</a> <a class="btn btn-info" href="https://t.me/MoNoLidThZ" target="_blank">Contact Sales</a>
<br>To request <a href="https://uppic.monolidthz.com/" target="_blank">Free Demo</a>, please contact sales.
<hr class="my-4">
<h3 class="lead">Customers Area</h3>
<p>Datacenter NZ-SPKZ23: <a href="https://host.ndos.pro/" class="btn btn-primary" target="_blank">Access Plesk Panel</a></p>
<p>Datacenter NZ-SPKZ24: <button type="button" class="btn btn-success" id="accessPanelBtn">aaPanel1</button> <button type="button" class="btn btn-success" id="accessPanel2Btn">aaPanel2</button> </p>
<p>Datacenter NZ-SPKZGH: <a href="https://hcp.grassstation.xyz:8083/" class="btn btn-light" target="_blank">Access Hestia Panel</a></p>
</div>
</div>
<script>
document.getElementById('accessPanelBtn').addEventListener('click', function () {
const secureCode = prompt("Please enter the Security Entrance code:");
if (secureCode !== null) { // User didn't click 'Cancel'
const hostingPanelUrl = 'https://host.monolidthz.com:7800/'; // Replace with actual URL
window.location.href = hostingPanelUrl + secureCode;
}
});
document.getElementById('accessPanel2Btn').addEventListener('click', function () {
const secureCode = prompt("Please enter the Security Entrance code:");
if (secureCode !== null) { // User didn't click 'Cancel'
const hostingPanelUrl = 'https://2024b.webhost.nzn.monolidthz.com:10898/'; // Replace with actual URL
window.location.href = hostingPanelUrl + secureCode;
}
});
</script>
</body>
</html>