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 89c3e71 commit ef3808bCopy full SHA for ef3808b
index.html
@@ -1,3 +1,15 @@
1
-<script>
2
- alert("Welcome to Code By Sushil!");
3
-</script>
+<!DOCTYPE html>
+<html lang="en">
+ <head>
4
+ <title>Code By Sushil!</title>
5
+ </head>
6
+ <body>
7
+ <h2>
8
+ Welcome to<i>Code With Sushil!</i>
9
+ </h2>
10
+ <script>
11
+ alert("Welcome to Code By Sushil!");
12
+ window.location.href="https://www.google.co.in";
13
+ </script>
14
+ </body>
15
+</html>
0 commit comments