added to maney games
This commit is contained in:
+2
-1
@@ -45,4 +45,5 @@ text-shadow: #065A82;
|
||||
|
||||
input:hover, a:active {
|
||||
background-color: rgb(89, 252, 255);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -133,6 +133,9 @@
|
||||
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/EarthBound.html">EarthBound</a>
|
||||
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/Pokemon - Red Version.html">Pokemon - Red Version</a>
|
||||
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/Super Mario Land (World).html">Super Mario Land gd</a>
|
||||
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/Super Punch-Out!!.html">Super Punch-Out!!</a>
|
||||
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/Legend of Zelda, The - A Link to the Past.html">Legend of Zelda, The A Link to the Past</a>
|
||||
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/Super Mario All-Stars.html">Super Mario All-Stars</a>
|
||||
</head>
|
||||
</form>
|
||||
<div id="disqus_thread"></div>
|
||||
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Legend of Zelda, The - A Link to the Past</title>
|
||||
<style>
|
||||
#webretro-container {
|
||||
width: 800px;
|
||||
height: 600px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Super Mario All-Stars</h1>
|
||||
<div id="webretro-container"></div>
|
||||
<br>
|
||||
<input type="button" id="fullscreen" value="Fullscreen">
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
<script type="text/javascript" src="embed.js"></script>
|
||||
<script>
|
||||
var frame = webretroEmbed(document.getElementById("webretro-container"), "../", {system: "SNES", rom: "Legend of Zelda, The - A Link to the Past (USA)"});
|
||||
document.getElementById("fullscreen").onclick = function() {
|
||||
frame.requestFullscreen();
|
||||
};
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>super Mario All-Stars</title>
|
||||
<style>
|
||||
#webretro-container {
|
||||
width: 800px;
|
||||
height: 600px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Super Mario All-Stars</h1>
|
||||
<div id="webretro-container"></div>
|
||||
<br>
|
||||
<input type="button" id="fullscreen" value="Fullscreen">
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
<script type="text/javascript" src="embed.js"></script>
|
||||
<script>
|
||||
var frame = webretroEmbed(document.getElementById("webretro-container"), "../", {system: "SNES", rom: "Super Mario All-Stars (U) [!]"});
|
||||
document.getElementById("fullscreen").onclick = function() {
|
||||
frame.requestFullscreen();
|
||||
};
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Super Punch-Out!!</title>
|
||||
<style>
|
||||
#webretro-container {
|
||||
width: 800px;
|
||||
height: 600px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Super Punch-Out!!</h1>
|
||||
<div id="webretro-container"></div>
|
||||
<br>
|
||||
<input type="button" id="fullscreen" value="Fullscreen">
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
<script type="text/javascript" src="embed.js"></script>
|
||||
<script>
|
||||
var frame = webretroEmbed(document.getElementById("webretro-container"), "../", {system: "SNES", rom: "Super Punch-Out!! (U)"});
|
||||
document.getElementById("fullscreen").onclick = function() {
|
||||
frame.requestFullscreen();
|
||||
};
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user