-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 898 Bytes
/
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 name="viewport" content="width=device-width, initial-scale=1.0">
<title>Split Layout</title>
<link href="https://fonts.googleapis.com/css2?family=Lora:wght@400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="Images/A.png" type="image/png">
</head>
<body>
<div class="header">
<img src="Images/A.png" alt="Logo" class="logo"> <!-- Update the path here -->
Aniket
</div>
<div class="container">
<div class="left">
<h3>We are almost there</h3>
<h1>Coming Soon</h1>
<p>Feel free to explore and learn more!</p>
</div>
<div class="right">
<img src="Images/natureback.jpg" alt="Beautiful Nature" />
</div>
</div>
</body>
</html>