-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMoath_Store.html
More file actions
40 lines (37 loc) · 1.97 KB
/
Moath_Store.html
File metadata and controls
40 lines (37 loc) · 1.97 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
<!DOCTYPE html>
<html class="html" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="CSS & JS/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css"
integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>UNO PLUS+</title>
</head>
<body class="Body anim_pages">
<div class="home Section" id="home">
<div class="home-image" style="z-index: 1;"><img src="Images/homepage.png" alt="home"></div>
<div class="home-content">
<div>
<h1>Welcome to <span>UNO+</span></h1>
<h3>The best <span></span></h3>
<p>Uno Plus simplifies premium digital subscriptions! Enjoy services like
Snapchat Plus, Canva Pro, Spotify Premium, and more at affordable prices.
Experience convenience,reliability, and top-tier access tailored for your needs.</p>
</div>
<div class="Social-icon">
<a href="https://www.instagram.com/unoplus.ye/" target="_blank"><i
class="fa-brands fa-instagram"></i></a>
<a href="https://www.facebook.com/profile.php?id=61566976552133" target="_blank"><i
class="fa-brands fa-facebook-f"></i></a>
<a href="https://api.whatsapp.com/send/?phone=967776186698" target="_blank"><i
class="fa-brands fa-whatsapp"></i></a>
<a href="#"><i class="fa-brands fa-x-twitter"></i></a>
</div>
<a href="Services.html" target="frameNav" class="check">Check It Out</a>
<iframe src="" frameborder="0" name="frameNav" hidden></iframe>
</div>
</div>
</body>
</html>