-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 912 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">
<head>
<title>Mahdi Khan</title>
<link rel="apple-touch-icon" href="web-icon.ico">
<link rel="icon" href="web-icon.ico">
<link rel="stylesheet" href="style.css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="vanilla js portfolio Website"
/>
</head>
<body>
<div class='main-container'>
<h1 class='main-heading'>hello world</h1>
<p class='main-para'>
This React App I made to Revise the
concepts i've Learned over the past few months.<br />
Where ever you are today, i'm sure you're
HAPPY because YOU HAVE FIGURED IT OUT.
</p>
<a class='profile-link' href='https://mobile.twitter.com/_khansofficial'>Click Me</a>
</div>
<script src="main.js"></script>
</body>
</html>