Skip to content

Commit 52ecff3

Browse files
for practice
1 parent 4186a47 commit 52ecff3

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

index.html

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<meta charset="utf-8"/>
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>Page Title</title>
7-
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
9-
<script src="main.js"></script>
10-
</head>
11-
<body>
12-
<h1>Hi there! I'm Ravin Rakholiya</h1>
13-
<a href="www.facebook.com">click to open facebook</a><a href="www.youtube.com">Youtube</a>
14-
<a href="www.youtube.com">Youtube</a>
15-
<a href="www.twitter.com">twitter</a>
16-
</body>
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<title>Page Title</title>
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
10+
<script src="main.js"></script>
11+
</head>
12+
13+
<body>
14+
<h1>Hi there! I'm Ravin Rakholiya</h1>
15+
<a href="www.facebook.com">click to open facebook</a><a href="www.youtube.com">Youtube</a>
16+
<a href="www.youtube.com">Youtube</a>
17+
<a href="www.twitter.com">twitter</a>
18+
</body>
19+
1720
</html>

0 commit comments

Comments
 (0)