-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (50 loc) · 2.79 KB
/
index.html
File metadata and controls
50 lines (50 loc) · 2.79 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
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width">
<meta name="msapplication-TileColor" content="#000000">
<meta name="msapplication-TileImage" content="/mstile-144.png">
<meta name="mssmarttagspreventparsing" content="true">
<meta name="format-detection" content="telephone=no">
<meta name="application-name" content="Cash Medal Chameleon">
<meta property="og:site_name" content="Cash Medal Chameleon">
<meta property="og:type" content="website">
<link rel="apple-touch-icon" type="image/png" href="/apple-touch-icon.png">
<link href="style.css?v=2" rel="stylesheet" type="text/css">
<title>Cash Medal Chameleon</title>
</head>
<body>
<div class="container">
<div class="header">
<h1>Cash Medal Chameleon</h1>
<div class="logo-1x"><img src="cash-medal-chameleon-1x.png" alt=""></div>
<div class="logo-2x"><img src="cash-medal-chameleon-2x.png" alt=""></div>
<div class="logo-4x"><img src="cash-medal-chameleon-4x.png" alt=""></div>
</div>
<div class="screens"><img src="medarot-1-screen-1.png" alt=""><img src="medarot-1-screen-2.png" alt=""><img src="medarot-1-screen-3.png" alt=""><img src="medarot-1-screen-4.png" alt=""><img src="medarot-1-screen-5.png" alt=""><img src="medarot-1-screen-6.png" alt=""><img src="medarot-1-screen-7.png" alt=""></div>
<h2>Medarot 1</h2>
<div class="descc">
<div class="desc">
A translation of Medarot 1 for Gameboy into English. 100% finished.<br><br>
Also comes with a portraits version of the patch that ports over the dialogue box portraits from the wonderswan port. Some portraits may not be mapped correctly. If you do use this version of the patch then please report any incorrectly mapped portraits.
<div class="buttons">
<div class="button"><div class="buttoni"><a href="https://github.com/Medabots/medarot1/releases/latest">Latest Release</a></div></div>
<div class="button"><div class="buttoni"><a href="https://github.com/Medabots/medarot1">Github Repo</a></div></div>
</div>
</div>
</div>
<div class="screens"><img src="medarot-3-screen-1.png" alt=""><img src="medarot-3-screen-2.png" alt=""><img src="medarot-3-screen-3.png" alt=""><img src="medarot-3-screen-4.png" alt=""><img src="medarot-3-screen-5.png" alt=""><img src="medarot-3-screen-6.png" alt=""><img src="medarot-3-screen-7.png" alt=""></div>
<h2>Medarot 3</h2>
<div class="descc">
<div class="desc">
A translation of Medarot 3 for Gameboy into English. 100% finished.
<div class="buttons">
<div class="button"><div class="buttoni"><a href="https://github.com/Medabots/medarot3/releases/latest">Latest Release</a></div></div>
<div class="button"><div class="buttoni"><a href="https://github.com/Medabots/medarot3">Github Repo</a></div></div>
</div>
</div>
</div>
</div>
</body>
</html>