This repository was archived by the owner on Jan 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcharacters.html
More file actions
46 lines (41 loc) · 2.6 KB
/
characters.html
File metadata and controls
46 lines (41 loc) · 2.6 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
37
38
39
40
41
42
43
44
45
46
<html>
<head>
<link href="/style.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="type" content="website">
<!-- HTML Meta Tags -->
<title>Sonic: Lock & Load » Characters</title>
<meta name="description" content="Information about the playable characters, their abilities and how to use them.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://sonic-lockandload.github.io/characters.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Sonic: Lock & Load » Characters">
<meta property="og:description" content="Information about the playable characters, their abilities and how to use them.">
<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/characters.html">
<meta name="twitter:title" content="Sonic: Lock & Load » Characters">
<meta name="twitter:description" content="Information about the playable characters, their abilities and how to use them.">
<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 » Characters</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>Choose your character</h1>
<a id="box-link" href="characters/sonic.html" style="background-color:#314bdb;">Sonic the Hedgehog</a>
<a id="box-link" href="characters/amy.html" style="background-color:#c42ec4;">Amy Rose</a>
<a id="box-link" href="characters/classic.html" style="background-color:#316ddb;">Sonic the Hedgehog (Classic)</a>
<a id="box-link" href="characters/shadow.html" style="background-color:#971414;">Shadow the Hedgehog</a>
</div>
</body>
</html>