-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfireice.html
More file actions
36 lines (35 loc) · 1.33 KB
/
Copy pathfireice.html
File metadata and controls
36 lines (35 loc) · 1.33 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
34
35
36
<html>
<head>
<title>Shadowverse Productions</title>
<link rel="stylesheet" href="shadowverse.css">
<link rel="action_page" href="action_page.php">
</head>
<body>
<div class="header"><h1>Fire and Ice</h1></div>
<div class="topnav">
<a href="index.html">Home</a>
<a href="contact.html">Contact Us</a>
<a href="news.html">News</a>
<a href="create.html">Create Account</a>
<a href="sign.html">Sign Up</a>
</div>
<div class="row">
<div class="column side">
<h1 align="center">What's Up</h1>
<p>Hello World</p>
<button class="button button1"><a href="skeletonman.html">Skeleton Man</a></button>
<button class="button button1"><a href="darkshadow.html">Dark Shadow</a></button>
<button class="button button1"><a href="fireice.html">Fire and Ice</a></button>
<button class="button button1"><a href="timecrystal.html">The Crystal of Time</a></button>
<button class="button button1"><a href="greatadventure.html">Great Adventure</a></button>
</div>
<div class="column middle">
<h2 align="center"><b>Welcome</b></h2>
<p>Join in our stories of adventure, romance, science, action and humor.</p>
<footer align="center">Copyright Pending 2024</footer>
</div>
<div class="column side">
<h1 align="center">Other things you might like.</h1>
</div>
</body>
</html>