mirror of
https://github.com/libretro/core-compatibility.git
synced 2024-11-23 00:49:41 +00:00
28 lines
1000 B
HTML
28 lines
1000 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<style>
|
|
body {
|
|
background-image: url("https://www.retroarch.com/images/bg.png");
|
|
background-color: #58598a;
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: contain;
|
|
background-position: 20% 0%;
|
|
}
|
|
a { color: white; }
|
|
</style>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>RetroArch Core Compatibility</title>
|
|
</head>
|
|
<body>
|
|
<h1 style="color: white;">RetroArch Core Compatibility</h1>
|
|
<ul style="color: orange;">
|
|
<li><a href="cores/mame2003/mame2003.html">mame2003</a></li>
|
|
<li><a href="cores/mame2003-plus/mame2003-plus.html">mame2003-plus</a></li>
|
|
<li><a href="cores/mame2010/mame2010.html">mame2010</a></li>
|
|
<li><a href="cores/mame2015/mame2015.html">mame2015</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|