-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (43 loc) · 2.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Primary Meta Tags -->
<title>PsyWave Games</title>
<meta name="title" content="PsyWave Games" />
<meta name="description" content="Alright, lets make some crazy games and grab dead presidents!" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://avatars.githubusercontent.com/u/59102615" />
<meta property="og:title" content="PsyWave Games" />
<meta property="og:description" content="Alright, lets make some crazy games and grab dead presidents!" />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/59102615/images/meta-tags.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://avatars.githubusercontent.com/u/59102615" />
<meta property="twitter:title" content="PsyWave Games" />
<meta property="twitter:description" content="Alright, lets make some crazy games and grab dead presidents!" />
<meta property="twitter:image" content="https://avatars.githubusercontent.com/u/59102615/images/meta-tags.png" />
</head>
<body style="background-image: url('./assets/blue.gif');background-size:repeat;visibility:hidden;" class="anim-body">
<h1 class="anim-title block-center magin32h">PSYWAVE GAMES</h1>
<main class="main">
<section class="card">
<article>
<h2>Coco Battle Royale 2</h2><hr/>
<p>Coco Battle Royale II ココバトル (kokobatoru) 2 is a homebrew game for nintendo years 80 console, distributed as free software.</p>
<a href="https://github.com/psywave-games/coco-battle-royale-2" class="old-link" target="_blank">source code<span>💾</span></a>
<a href="https://psywave-games.github.io/coco-battle-royale-2/usa.html" class="old-link" target="_blank">play online (USA) <span>🇺🇸</span></a>
<a href="https://psywave-games.github.io/coco-battle-royale-2/jap.html" class="old-link" target="_blank">play online (JAP) <span>🇯🇵</span></a>
</article>
</section>
</main>
</body>
<link rel="stylesheet" href="./assets/anim-body.css">
<link rel="stylesheet" href="./assets/anim-title.css">
<link rel="stylesheet" href="./assets/position.css">
<link rel="stylesheet" href="./assets/style.css">
<link rel="stylesheet" href="./assets/card.css">
<script src="./assets/script.js"></script>
</html>