core-compatibility/index.html

28 lines
1000 B
HTML
Raw Normal View History

2021-01-21 11:31:44 +00:00
<!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>
2021-08-06 12:57:54 +00:00
<style>
body {
background-image: url("https://www.retroarch.com/images/bg.png");
2021-08-06 13:17:32 +00:00
background-color: #58598a;
2021-08-06 12:57:54 +00:00
background-repeat: no-repeat;
background-attachment: fixed;
2021-08-06 17:47:56 +00:00
background-size: contain;
2021-08-06 12:57:54 +00:00
background-position: 20% 0%;
}
2021-08-06 15:35:19 +00:00
a { color: white; }
2021-08-06 12:57:54 +00:00
</style>
2021-01-21 11:31:44 +00:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>RetroArch Core Compatibility</title>
</head>
<body>
2021-08-06 12:57:54 +00:00
<h1 style="color: white;">RetroArch Core Compatibility</h1>
<ul style="color: orange;">
2021-01-22 14:56:41 +00:00
<li><a href="cores/mame2003/mame2003.html">mame2003</a></li>
2021-01-21 11:31:44 +00:00
<li><a href="cores/mame2003-plus/mame2003-plus.html">mame2003-plus</a></li>
2021-01-22 14:56:41 +00:00
<li><a href="cores/mame2010/mame2010.html">mame2010</a></li>
2021-01-22 15:39:40 +00:00
<li><a href="cores/mame2015/mame2015.html">mame2015</a></li>
2021-01-21 11:31:44 +00:00
</ul>
</body>
</html>