-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal WebSite</title>
<link href="https://fonts.googleapis.com/css2?family=Bangers&family=Black+Ops+One&family=Creepster&family=La+Belle+Aurore&family=MedievalSharp&family=Orbitron&family=Rye&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div class="container">
<div class="avtar">
<img src="https://github.com/ajay-dhangar.png" alt="Ajay Dhangar">
</div>
<h2>Hi, My name is Ajay Dhangar.</h2>
<h3>Fun facts about me:</h3>
<ul>
<li>22 years old.</li>
<li>Live in India.</li>
<li>Web Developer</li>
</ul>
<p>Please connect with me on <a href="https://www.linkedin.com/in/ajay-dhangar/">LinkedIn here</a></p>
<input type="email" placeholder="Enter Email...">
<button type="submit">Join newslatter</button>
</div>
<script src="./src.js"></script>
</body>
</html>