forked from Lunes-Hosting/Site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
276 lines (268 loc) · 11.2 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<!DOCTYPE html>
<html lang="en">
<head>
<script>
!function (w, d, t) {
w.TiktokAnalyticsObject = t; var ttq = w[t] = w[t] || []; ttq.methods = ["page", "track", "identify", "instances", "debug", "on", "off", "once", "ready", "alias", "group", "enableCookie", "disableCookie"], ttq.setAndDefer = function (t, e) { t[e] = function () { t.push([e].concat(Array.prototype.slice.call(arguments, 0))) } }; for (var i = 0; i < ttq.methods.length; i++)ttq.setAndDefer(ttq, ttq.methods[i]); ttq.instance = function (t) { for (var e = ttq._i[t] || [], n = 0; n < ttq.methods.length; n++)ttq.setAndDefer(e, ttq.methods[n]); return e }, ttq.load = function (e, n) { var i = "https://analytics.tiktok.com/i18n/pixel/events.js"; ttq._i = ttq._i || {}, ttq._i[e] = [], ttq._i[e]._u = i, ttq._t = ttq._t || {}, ttq._t[e] = +new Date, ttq._o = ttq._o || {}, ttq._o[e] = n || {}; var o = document.createElement("script"); o.type = "text/javascript", o.async = !0, o.src = i + "?sdkid=" + e + "&lib=" + t; var a = document.getElementsByTagName("script")[0]; a.parentNode.insertBefore(o, a) };
ttq.load('CHLCNERC77U0O25EHLAG');
ttq.page();
}(window, document, 'ttq');
</script>
<!-- Google tag (gtag.js) -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-R675TNNF8N">
</script> -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-R675TNNF8N');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<title>Lunes Hosting</title>
<link rel="shortcut icon" href="assets/img/favicon-32x32.png" type="image/x-icon">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="javascript/menu-mobile.js"></script>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/config.css">
<link rel="stylesheet" href="css/plans.css">
<link rel="stylesheet" href="css/mobile-menu.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/fontawesome5-overrides.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css">
<meta property="og:title" content="Lunes Hosting" />
<meta property="og:image" content="https://lunes.host/assets/img/apple-touch-icon.png" />
<meta property="og:image:alt" content="Lunes Hosting">
<meta property="og:url" content="https://lunes.host/" />
<meta property="og:site_name" content="Lunes Hosting" />
<meta property="og:description" content="Welcome to Lunes Hosting. We are a hosting company that offer quality game hosting at a reliable cost." />
<meta name="msapplication-TileColor" content="#009afc">
<meta name="theme-color" content="#009afc">
</head>
<body style="background-repeat: no-repeat;">
<nav>
<div class="nav-container">
<a href="index.html" class="logo-link"><img src="assets/img/clipboard-image.png" width="40" height="40" alt="Logo">Lunes Hosting</a>
<button class="nav-toggle" aria-label="Menu"><span class="hamburger"></span></button>
<div class="nav-links-container">
<ul class="nav-links">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="plans.html">Plans</a>
</li>
<li>
<a href="careers.html">Careers</a>
</li>
<li>
<a href="https://betadash.lunes.host">Panel</a>
</li>
<li>
<a class="discord-button" href="https://discord.gg/qqKdeNEnV4">Discord</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="section-content">
<div class="content">
<h1 class="title animated flash">Reliable Game Hosting At An Affordable Cost</h1>
<p class="subtitle animated flash">When it comes to Lunes, you can expect <span class="txt-anim" is="type-async" id="type-text">...</span><span class="bkg-cursor"> |</span></p>
</div>
</div>
<div class="container why-lunes-section" data-aos="fade-up">
<h2>Why Lunes?</h2>
<ul>
<li>Trusted by over 900 users!</li>
<li>Advanced referral system so you can get premium server for free, no payment information required.</li>
</ul>
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th></th>
<th>Lunes</th>
<th>Sparked Hosting</th>
<th>Cubes.host</th>
</tr>
</thead>
<tbody>
<tr>
<td>Cost*</td>
<td>$1</td>
<td>$1</td>
<td>$1.50</td>
</tr>
<tr></tr>
<tr>
<td>CPU</td>
<td>400%</td>
<td>50%</td>
<td>15%</td>
</tr>
<tr></tr>
<tr>
<td>Storage</td>
<td>7GB</td>
<td>5GB</td>
<td>8GB</td>
</tr>
<tr></tr>
<tr>
<td>Memory</td>
<td>1GB</td>
<td>512Mb</td>
<td>512Mb</td>
</tr>
<tr></tr>
<tr>
<td>Network</td>
<td>∞/1 gbps</td>
<td>N/a</td>
<td>N/a</td>
</tr>
</tbody>
</table>
<div class="btn-table">
<button onclick="window.location.href='https://lunes.host/plans';">See plans</button>
<button id="signupButton" onclick="window.location.href='https://betadash.lunes.host/';">
<span class="desktop-text">Signup and deploy now</span>
<span class="mobile-text">Signup and deploy</span>
</button>
</div>
<div class="per-month">
<p>* Per Month</p>
</div>
</div>
</div>
</div>
<h1 class="sub-title">Also Included in the Plans</h1>
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-4 col-xxl-4">
<div class="border rounded border-0">
<p class="title-box">SFTP Access</p>
<p class="features"><em>State of the Art Technology</em></p>
</div>
</div>
<div class="col-sm-6 col-md-4 col-xxl-4">
<div class="border rounded border-0">
<p class="title-box">Simple Interface</p>
<p class="features"><em>No More Complicated Terminal</em></p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-4 col-xxl-4">
<div class="border rounded border-0">
<p class="title-box">DDoS Protection</p>
<p class="features"><em>Use this magic to survive.</em></p>
</div>
</div>
<div class="col-sm-6 col-md-4 col-xxl-4">
<div class="border rounded border-0">
<p class="title-box">24/7 Uptime</p>
<p class="features"><em>99% uptime doesn't lie.</em></p>
</div>
</div>
</div>
</div>
<h1 class="sub-title">What we host?</h1>
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-4 col-xxl-4">
<div class="border rounded border-0">
<p class="title-box">Minecraft</p>
<p class="features">
<em>Spigot</em><br>
<em>Purpur</em><br>
<em>Forge</em><br>
<em>Vanilla</em><br>
</p>
</div>
</div>
<div class="col-sm-6 col-md-4 col-xxl-4">
<div class="border rounded border-0">
<p class="title-box">Discord Bots</p>
<p class="features">
<em>Python</em><br>
<em>NodeJS</em><br>
<em>GO</em><br>
<em>JAVA</em><br>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-4 col-xxl-4">
<div class="border rounded border-0">
<p class="title-box">Websites</p>
<p class="features">
<em>Nginx</em><br>
<em>(Supports all language frameworks, can connect to domains)</em><br>
<em></em><br>
</p>
</div>
</div>
<div class="col-sm-6 col-md-4 col-xxl-4">
<div class="border rounded border-0">
<p class="title-box">Games</p>
<p class="features">
<em>Garrys Mod</em><br>
<em>ARK</em><br>
<em>Team Fortress 2</em><br>
<em>CS Go</em><br>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-4 col-xxl-4">
<div class="border rounded border-0">
<p class="title-box">Databases</p>
<p class="features">
<em>MongoDB</em><br>
<em>PolygonDB</em><br>
<em>Redis</em><br>
</p>
</div>
</div>
<div class="col-sm-6 col-md-4 col-xxl-4">
<div class="border rounded border-0">
<p class="title-box">Voice Servers</p>
<p class="features">
<em>Team Speak</em><br>
<em>Mumble Server</em><br>
<em>Lavalink</em><br>
</p>
</div>
</div>
</div>
</div>
<footer>
<div class="footer-container">
<ul class="footer-links">
<li><a href="careers.html">Careers</a></li>
<li><a href="tos.html">T.O.S.</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="mailto:owner@lunes.host">Contact</a></li>
</ul>
<p class="text-muted">© 2023 Lunes Hosting</p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bs-init.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6122367965027230" crossorigin="anonymous"></script>
<script src="javascript/effect.js"></script>
<script src="javascript/mobile.js"></script>
</body>
</html>