forked from lingonsaft/hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Legendary.html
23 lines (22 loc) · 1.04 KB
/
Legendary.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
Mythological
</title>
<link rel="stylesheet" href="css/Legendary.css">
<link rel="icon" href="images/legendary.jpg">
</head>
<body id="HadesBody">
<h1> Chinken Nunget </h1>
<h2> Welcome to <em> THE </em> place to see Mythology </h2>
<h3> yeet *Finger Circle* </h3>
<h4> Choose from one of three options</h4>
<div class="row">
<a class="transition-button" href="Zeus.html" id="ZeusButton"> <span class="oldtext"> Zeus </span> <span class="newtext"> Click this button to learn more about the Greek God Zeus </span> </a>
<a class="transition-button" href="Poisedon.html" id="PoisedonButton"> <span class="oldtext"> Poisedon </span> <span class="newtext"> Click this button to learn more about the Greek God Poisedon </span> </a>
<a class="transition-button" href="Hades.html" id="HadesButton"> <span class="oldtext"> Hades </span> <span class="newtext"> Click this button to learn more about the Greek God Hades </span> </a>
</div>
</body>
</html>