Skip to content

Commit

Permalink
Issue Pranavv213#50 created a simple redirected html page
Browse files Browse the repository at this point in the history
Created a simple HTML page which redirects to google home page when you click on link "click here to go to google" Pranavv213#50
  • Loading branch information
ayushigeorge authored Oct 13, 2022
1 parent b4c5051 commit ef9ee4e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gotogoogle.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GO TO GOOGLE</title>
</head>
<body>
<a href="https://www.google.co.in/">click here to go to google</a>
</body>
</html>

0 comments on commit ef9ee4e

Please sign in to comment.