-
Notifications
You must be signed in to change notification settings - Fork 0
/
dlc.html
54 lines (49 loc) · 2.7 KB
/
dlc.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
<html>
<head>
<link href="/style.css" rel="stylesheet">
<link href="/dlc.css" rel="stylesheet">
<script src="/dlc.js"></script>
<link rel="icon" type="image/x-icon" href="favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- HTML Meta Tags -->
<title>Sonic: Lock & Load » Downloadable Content</title>
<meta name="description" content="Download some DLC for Sonic: Lock & Load.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://sonic-lockandload.github.io/dlc.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Sonic: Lock & Load » Downloadable Content">
<meta property="og:description" content="Download some DLC for Sonic: Lock & Load.">
<meta property="og:image" content="https://sonic-lockandload.github.io/TITLEPIC.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="sonic-lockandload.github.io">
<meta property="twitter:url" content="https://sonic-lockandload.github.io/dlc.html">
<meta name="twitter:title" content="Sonic: Lock & Load » Downloadable Content">
<meta name="twitter:description" content="Download some DLC for Sonic: Lock & Load.">
<meta name="twitter:image" content="https://sonic-lockandload.github.io/TITLEPIC.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
<script src="https://kit.fontawesome.com/56b6b2df41.js" crossorigin="anonymous"></script>
<title>Sonic: Lock & Load » DLC</title>
</head>
<body>
<div id="header">
<a href="index.html"><img src="Sonic-LockandLoadLogo.png" id="logo"/></a>
<hr id="separator">
</div>
<div id="content">
<a href="index.html" style="position:absolute;">⟨ Back to main page</a>
<h1>Downloadable Content</h1>
<p>Download some DLC to extend or enhance your Sonic: Lock & Load experience!</p>
<p>Run any downloaded WADs/PK3s with Sonic: Lock & Load. <a href="https://zdoom.org/wiki/ZDL">ZDL</a> makes this easy.</p>
<p>Click on any DLC offering to be taken to the checkout page.</p>
<h2>Categories</h2>
<div id="box-links">
<a href="#maps">Maps</a>
<a href="#music">Music</a>
<a href="#gameplay">Gameplay</a>
<a href="#sprites">Sprites</a>
</div>
<div id="dlc-container"></div>
</div>
</body>
</html>