Skip to content

Commit

Permalink
Update year-2042-1.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PenguinHubLearning committed Aug 30, 2023
1 parent 928b083 commit 2f75e95
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions year-2042-1.html
Original file line number Diff line number Diff line change
@@ -1 +1,49 @@

<html>
<head>
<title>Penguin Hub | Lesson : Year 2042</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<style>
body {
background-color: #222;
font-family: Arial, sans-serif;
color: #fff;
}

#header {
background-color: #333;
padding: 15px;
text-align: center;
}

#content {
margin-top: 50px;
text-align: center;
}

.button {
background-color: #555;
color: #fff;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
margin: 10px;
display: inline-block;
}

.button:hover {
background-color: #777;
}
</style>
</head>
<body>
<div id="header">
<h1>Penguin Learning | Year 2042</h1>
</div>
<div id="content">
<h2>Great Job! Lets Go Back To The Dashboard!</h2>
<p>Tap Go Back To Go Back To The Dashboard!!</p>
<a href="/year-2042.html" class="button">Go Back</a>
</div>
</body>
</html>

0 comments on commit 2f75e95

Please sign in to comment.