-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<link rel="stylesheet" href="./style.css">
<title>Coming soon page</title>
</head>
<body>
<header>
<section>
<img src="images/logo.png" alt="VEONTES">
VEONTES
</section>
</header>
<div class="main">
<p class="title">Launching Soon</p>
<div class="separator"></div>
<p class="message">We are currently working on developing our new website.</p>
<p class="message">For Your Industrial Machine Designs Contact Us Via WhatsApp - +94 75 930 0648</p>
</div>
<footer>
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</footer>
</body>
</html>