-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (36 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#009578">
<title>iSland Homes :: Buy, Sell or Rent a Property at a Click!</title>
<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="assets/images/favicon.ico">
<link rel="stylesheet" href="assets/css/skillfulstyleone.css">
<link rel="stylesheet" href="assets/css/skillfulstyletwo.css">
<link rel="stylesheet" href="assets/css/cuppy.css">
</head>
<body>
<section class="banner-3-main">
<div class="banner-3">
<div class="wrapper">
<div class="cover-top-center-9">
<div class="skills_cover_txt-9">
<img src="assets/images/logo512.png" alt="logo" style="height:150px;" />
<h3 class="title-cover-9">🅸🆂🅻🅰🅽🅳 🅷🅾🅼🅴🆂</h3>
<h3 class="title-cover-9">Buy, Sell or Rent a Property at a Click!</h3>
<p class="para-cover-9">Once aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur consectetur adipiscing elit.</p>
<div class="Wrap">
<button class="add-button">Download</button>
<a class="btn-primary" href="search"> Get Started</a>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="src/index.js"></script>
</body>
</html>