-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 883 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="assets/styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Corben:wght@700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Shrikhand&display=swap"
rel="stylesheet"
/>
</head>
<body>
<img src="assets/1.svg" class="a1" />
<img src="assets/2.svg" class="a2" />
<img src="assets/3.png" class="a3" />
<span class="hi">Heyy!</span>
<span class="txtt">I'm Pooja M</span>
<span class="intro">
I am a fun, hardworking and creative person, <br>who is enthusiastic to learn new things</span>
</body>
</html>