-
Notifications
You must be signed in to change notification settings - Fork 0
/
BuyIt.html
49 lines (49 loc) · 1.5 KB
/
BuyIt.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>MV Game Dev Purchase Page</title>
<link href="main.css" rel="stylesheet" type="text/css">
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/josefin-slab:n1,n7,n4,n6:default;poiret-one:n4:default;amaranth:n4,n7:default;bebas-neue:n4:default;quicksand:n3,n7:default;comfortaa:n3,n7:default.js" type="text/javascript"></script>
</head>
<body>
<header>
<nav id="nav">
<ul>
<li><a href="index.html" class="otherPage">Home</a></li>
</ul>
</nav>
</header>
<div id="all" class="space">
<a name="top"></a>
<div id="home" class="bigs">
<a name="home"></a>
</div>
<div id="game" class="bigs">
<a name="game"></a>
</div>
<div id="buyit" class="bigs">
<a name="buyit"></a>
</div>
<div id="members" class="bigs">
<a name="members"></a>
</div>
<div id="info" class="bigs">
<a name="info"></a>
</div>
<div id="about" class="bigs">
<a name="about"></a>
</div>
<div id="contact" class="bigs">
<a name="contact"></a>
</div>
<div id="donate" class="bigs">
<a name="donate"></a>
</div>
<footer>
<a href="#top">⇑Back to Top</a>
<p>© Copyright MV Game Dev Club</p>
</footer>
</div>
</body>
</html>