-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (27 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ceylonsys Labs</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<h1></h1>
<body>
<header>
<img src="images/Logo_conf.jpg" alt="ceylonsys labs logo" class="logo">
<h2>Welcome to Ceylonsys Labs!</h2>
<h3> Our website is currently under construction, but we're working diligently to bring you an engaging online experience soon.
Stay tuned for the launch of our website, where you'll find
more information about our services, solutions, and how we
can help your business thrive in the digital age.
Thank you for your patience, and we look forward to
connecting with you soon..</h3>
</header>
<footer>
<p>© 2023 Ceylonsys Labs. All rights reserved.</p>
</footer>
<script src="main.js"></script>
</body>
</html>