This repository has been archived by the owner on Dec 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (53 loc) · 1.62 KB
/
index.html
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Spellbuild</title>
<link rel="icon" href="img/icon.png" type="image/png" sizes="16x16">
<link rel="stylesheet" href="styles.css">
</head>
<body class="home-body">
<div class="header">
<div>
<a href="index.html"><span>SPELLBUILD</span></a>
</div>
</div>
<div class="navbar">
<ul>
<a href="index.html">
<li>Home</li>
</a>
<a href="media.html">
<li>Media</li>
</a>
<a href="about.html">
<li>About</li>
</a>
<a href="community.html">
<li>Community</li>
</a>
<a href="buy.html">
<li>Buy</li>
</a>
</ul>
</div>
<div class="content">
<div class="blurb">
<h1>AN ALL NEW BATTLE ROYALE LIKE NO OTHER!</h1>
<h3>
A fantastic action spellcasting game where you fight to become the most powerful wizard.
<br>Spectacular spells and mythical monsters await you in this unique world!
</h3>
<a href="buy.html">
<h2>> SIGN UP FOR THE BETA <</h2>
</a>
<h4>Available only on Microsoft Windows ®</h4>
</div>
</div>
<div class="footer">
<span>Copyright © 2020 Spellbuild - All rights reserved</span>
</div>
</body>
</html>