-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
104 lines (91 loc) · 4.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Phntmhosting.xyz</title>
<link rel="stylesheet" href="style.css">
</head>
<meta content="Phntmhosting" property="og:title" />
<meta content="Your one-stop hosting provider for all your needs" property="og:description" />
<meta content="https://Phntmhosting.xyz" property="og:url" />
<meta content="" property="og:image" />
<meta content="#2600ff" data-react-helmet="true" name="theme-color" />
<body>
<!-- Front Page Section -->
<section class="front-page">
<div class="front-content">
<h1>Welcome to Phntmhosting</h1>
<p>Your trusted hosting provider for all your web needs. We offer plans to fit every need, from free hosting to enterprise solutions.</p>
<button class="scroll-btn" onclick="document.getElementById('pricing').scrollIntoView({ behavior: 'smooth' })">See Our Plans</button>
</div>
</section>
<!-- Main Container with Title, Subtitle, and Pricing -->
<div class="container">
<p class="Title">Phntmhosting</p>
<p class="undertext">Your one-stop hosting provider for all your needs</p>
<p>Phntmhosting.xyz is also a cryptomining hosting provider.</p>
<p>As of now we currently only offer hosting for crypto mining servers</p>
<!-- Pricing Section -->
<section class="pricing" id="pricing">
<h2>Our Plans</h2>
<div class="cards">
<div class="card">
<p class="cardtitle">Free</p>
<p class="cardtext">Host your website for free</p>
<p class="cardprice">Free</p>
<p class="availability">Not available.</p>
<button class="cardbtn">View Specifications</button>
</div>
<div class="card">
<p class="cardtitle">Starter</p>
<p class="cardtext">The Pro hosting package!</p>
<p class="cardprice">$9.99 / month</p>
<p class="availability">Not available.</p>
<button class="cardbtn">View Specifications</button>
</div>
<div class="card">
<p class="cardtitle">Pro</p>
<p class="cardtext">The premium package</p>
<p class="cardprice">$19.99 / month</p>
<p class="availability">Not available.</p>
<button class="cardbtn">View Specifications</button>
</div>
<div class="card">
<p class="cardtitle">Premium</p>
<p class="cardtext">The ultimate hosting package!</p>
<p class="cardprice">$29.99 / month</p>
<p class="availability">Not available.</p>
<button class="cardbtn">View Specifications</button>
</div>
<div class="card">
<p class="cardtitle">Enterprise</p>
<p class="cardtext">The enterprise package</p>
<p class="cardprice">$99.99 / month</p>
<p class="availability">Not available.</p>
<button class="cardbtn">View Specifications</button>
</div>
<div class="card">
<p class="cardtitle">Platinum</p>
<p class="cardtext">The platinum package</p>
<p class="cardprice">$2499.99 / month</p>
<p class="availability">Not available.</p>
<button class="cardbtn">View Specifications</button>
</div>
</div>
</section>
<!-- About Us Section -->
<section class="about" id="about">
<h2>About Us</h2>
<p>Phntmhosting.xyz is dedicated to providing reliable and affordable hosting solutions for businesses and individuals. With a focus on performance and customer support, we strive to make web hosting easy and accessible for everyone.</p>
</section>
</div>
<div class="footer">
<p>© 2024 Phntmhosting.xyz. All rights reserved.</p>
<p>XXX XXX XXX MVA</p>
<p>Norway</p>
<a title="Svein-Magne Tunli - tunliweb.no, CC BY-SA 4.0 <https://creativecommons.org/licenses/by-sa/4.0>, via Wikimedia Commons" href="https://commons.wikimedia.org/wiki/File:Northern_Lights_-_Aurora_Borealis_Ringvass%C3%B8ya_Troms%C3%B8_Norway.jpg">Svein-Magne Tunli - tunliweb.no, CC BY-SA 4.0 <https://creativecommons.org/licenses/by-sa/4.0>, via Wikimedia Commons</a>
</div>
<script src="script.js"></script>
</body>
</html>