Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
robotics-iitrpr authored Jun 22, 2021
1 parent 260a7ef commit bd6d676
Showing 1 changed file with 3 additions and 31 deletions.
34 changes: 3 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,32 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<title>My First Page</title>
<link type="text/css" rel="stylesheet" href="styles.css"/>
<meta charset="utf-8"/>
</head>
<body>
<header>

</header>
<main>

<p>Welcome to Ireland!</p>

<p>
My website is about Ireland.
It is going to have the following pages: Attractions, Music, Food
</p>


<p>
Coding websites is fun!
</p>


</main>
<footer>

</footer>
</body>
</html>
<head>
<meta http-equiv="refresh" content="0; url=https://robotics-iitrpr.github.io/web/html/home.html" />
</head>

0 comments on commit bd6d676

Please sign in to comment.