We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56a42f commit ecaf7b3Copy full SHA for ecaf7b3
index.html
@@ -0,0 +1,17 @@
1
+<!DOCTYPE html>
2
+<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>
17
+</html>
0 commit comments