blob: e98f36bfde4a5062c7569c15ae4fc3057a02dc75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<head>
<title>Deepak's Webpage</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<h5>Hii! I am deepak and this is my web page.</h5>
</body>
</html>
|