-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnewyear.html
More file actions
33 lines (28 loc) · 1.19 KB
/
newyear.html
File metadata and controls
33 lines (28 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Green Cube</title>
<link rel="icon" href="Green Cube.png">
<link rel="stylesheet" type="text/css"href="style.css">
</head>
<body>
<nav>
<div class="left-links">
<a class="links" href="index.html">Home</a>
<a class="links" href="about.html">About</a>
<a class="links" href="projectgallery.html">Gallery</a>
<a class="links" href="games.html">Games</a>
<a class="links" href="games.html">Tools</a>
<a class="selected links" href="newyear.html">Happy New Year</a>
</div>
<div class="right-links">
<a class="links" href="login.html">Log In</a>
<a class="links" href="iknowthisdoesntexistyetandwowyoufoundthiseasteregg">Sign Up</a>
</div>
</nav>
<p>Oh, how fast the year went by! Let's wish 2023 is now another year of happiness, and maybe even better than 2022!</p>
<h3>2023 Countdown:</h3>
<a href="2023 Countdown!.html"><img src="2023countdownthumbnail.PNG" alt="2023 Countdown" style="width:450px;height:400px;"></a>
</body>
</html>