-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (83 loc) · 4.05 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jiked network</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
body {
text-align: center;
color: white;
background-color: black;
}
#title {
opacity: 0;
transition: 5s opacity;
}
.netdata-legend-value {
background: none;
}
.netdata-legend-toolbox {
display: none;
}
.netdata-legend-resize-handler {
display: none;
}
.navbar-default .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a {
border-right: none;
border-left: none;
}
.container {
width:700px;
}
</style>
</head>
<body>
<center>
<div id="title">
<pre> ▐▄▄▄▪ ▄ •▄ ▄▄▄ .·▄▄▄▄
·████ █▌▄▌▪▀▄.▀·██▪ ██
▪▄ ██▐█·▐▀▀▄·▐▀▀▪▄▐█· ▐█▌
▐▌▐█▌▐█▌▐█.█▌▐█▄▄▌██. ██
▀▀▀•▀▀▀·▀ ▀ ▀▀▀ ▀▀▀▀▀•
▄▀▀▄ ▀▄ ▄▀▀█▄▄▄▄ ▄▀▀▀█▀▀▄ ▄▀▀▄ ▄▀▀▄ ▄▀▀▀▀▄ ▄▀▀▄▀▀▀▄ ▄▀▀▄ █
█ █ █ █ ▐ ▄▀ ▐ █ █ ▐ █ █ ▐ █ █ █ █ █ █ █ █ ▄▀
▐ █ ▀█ █▄▄▄▄▄ ▐ █ ▐ █ █ █ █ ▐ █▀▀█▀ ▐ █▀▄
█ █ █ ▌ █ █ ▄ █ ▀▄ ▄▀ ▄▀ █ █ █
▄▀ █ ▄▀▄▄▄▄ ▄▀ ▀▄▀ ▀▄ ▄▀ ▀▀▀▀ █ █ ▄▀ █
█ ▐ █ ▐ █ ▀ ▐ ▐ █ ▐
▐ ▐ ▐ ▐
</pre>
</div>
<pre>J I K E D . N E T W O R K
high iq hosting at cheap prices!
we are very scary! (i ddos hibiki because i want espi to mommy dom me)
we took hibiki down for 1 (one) minute
contact us: <a href="https://www.youtube.com/watch?v=V_jHc_n0p9c">[email protected]</a>
enquire on discord: <a href="https://www.youtube.com/watch?v=KvuQNNVrbtM" target="_blank">discord.gg/jikedreallycool</a>
All plans are paid <b>monthly</b>.
DDoS protection avaliable at an extra <u>get cloudflare dumbass</u>.
+-----------------------+------------------------+------------------------+------------------------+------------------------+
|Price // Plan |Storage |Bandwidth |Domains // Subdomains |Other features/limits |
+-----------------------+------------------------+------------------------+------------------------+------------------------+
|$0.00 | Suge |0GB |256KBPS |just |menara.ma email |
+-----------------------+------------------------+------------------------+------------------------+------------------------+
|$2.00 | WLR |0GB |4MBPS |configure |menara.ma email |
+-----------------------+------------------------+------------------------+------------------------+------------------------+
|$5.00 | Nice Try Skids|0GB |4MBPS (maroctelec0m max)|nginx |menara.ma email |
+-----------------------+------------------------+------------------------+------------------------+------------------------+
|$10.00 | Aye Aye |0GB |4.5MBPS |proprely |menara.ma email |
+-----------------------+------------------------+------------------------+------------------------+------------------------+
|$10.00 | Judah |8MB |g |dumbass |shoulder to cry on |
+-----------------------+------------------------+------------------------+------------------------+------------------------+
</pre>
</center>
<script>
window.onload = function() {
window.setTimeout(title, 500);
}
function title() {
document.getElementById('title').style.opacity = '1';
}
</script>
</html>