added Mega Man X and EarthBound
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
||||
<p> version 2.9</p>
|
||||
<a href="/Robertsfile.html">Robert.W</a>
|
||||
<a href="info.html">miles.a info</a>
|
||||
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://github.com/mileswolfallen2/fun-miles">fun-miles</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/mileswolfallen2">miles Allen and Robert Winberg</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a></p>
|
||||
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a class="yes no" property="dct:title" rel="cc:attributionURL" href="https://github.com/mileswolfallen2/fun-miles">fun-miles</a> by <a class="yes no" rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/mileswolfallen2">miles Allen and Robert Winberg</a> is licensed under <a class="yes no" href="https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a></p>
|
||||
</head>
|
||||
|
||||
</html>
|
||||
+2
-1
@@ -129,7 +129,8 @@
|
||||
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/embed-example.html">Mega Man 2</a>
|
||||
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/Pokemon - Yellow Version - Special Pikachu Edition.html">Pokemon - Yellow Version - Special Pikachu Edition</a>
|
||||
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/Super Mario Kart.html">Super Mario Kart</a>
|
||||
|
||||
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/Mega Man X.html">Mega Man X</a>
|
||||
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/EarthBound.html">EarthBound</a>
|
||||
</head>
|
||||
</form>
|
||||
<div id="disqus_thread"></div>
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>EarthBound</title>
|
||||
<style>
|
||||
#webretro-container {
|
||||
width: 800px;
|
||||
height: 600px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>EarthBound</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: "EarthBound (USA).sfc"});
|
||||
document.getElementById("fullscreen").onclick = function() {
|
||||
frame.requestFullscreen();
|
||||
};
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Mega Man x</title>
|
||||
<style>
|
||||
#webretro-container {
|
||||
width: 800px;
|
||||
height: 600px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>EarthBound</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: "Mega Man X (E).smc"});
|
||||
document.getElementById("fullscreen").onclick = function() {
|
||||
frame.requestFullscreen();
|
||||
};
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
+2
-2
@@ -17,11 +17,11 @@
|
||||
<input type="button" id="fullscreen" value="Fullscreen">
|
||||
<br>
|
||||
<br>
|
||||
<a href="roms/LICENSE.txt">License for the example game "2048"</a>
|
||||
|
||||
|
||||
<script type="text/javascript" src="embed.js"></script>
|
||||
<script>
|
||||
var frame = webretroEmbed(document.getElementById("webretro-container"), "../", {system: "mGBA", rom: "Pokemon - Yellow Version - Special Pikachu Edition (USA, Europe) (GBC,SGB Enhanced).zip"});
|
||||
var frame = webretroEmbed(document.getElementById("webretro-container"), "../", {system: "GB", rom: "Pokemon - Yellow Version - Special Pikachu Edition (USA, Europe) (GBC,SGB Enhanced).zip"});
|
||||
document.getElementById("fullscreen").onclick = function() {
|
||||
frame.requestFullscreen();
|
||||
};
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<input type="button" id="fullscreen" value="Fullscreen">
|
||||
<br>
|
||||
<br>
|
||||
<a href="roms/LICENSE.txt">License for the example game "2048"</a>
|
||||
|
||||
|
||||
<script type="text/javascript" src="embed.js"></script>
|
||||
<script>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user