-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
robotics-iitrpr
authored
Jun 22, 2021
1 parent
260a7ef
commit bd6d676
Showing
1 changed file
with
3 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |