-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en" style="scroll-behavior: smooth">
<head>
<link
rel="icon"
type="image/x-icon"
href="https://i.pinimg.com/originals/0d/dc/ca/0ddccae723d85a703b798a5e682c23c1.png"
§
/>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sahood</title>
<link rel="stylesheet" href="./index.css" />
</head>
<body>
<div class="container">
<!-- First Section: Image -->
<div class="section image-section">
<div class="image-parent">
<img src="./images/sahood-pro.jpg" alt="sahood-pro" />
</div>
</div>
<!-- Second Section: Text Message -->
<div class="section text-section">
<div class="text">
<h1>Hello, I'm Sah🐝🐝d</h1>
<p>i think I am done here.</p>
<p>bye 👋👋.</p>
</div>
<div class="footer">
<p>© Designed and Develped by Sahood :)</p>
</div>
</div>
</div>
</body>
</html>