-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d05d1e
commit 3fdc292
Showing
6 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Animal Crossing: Wild World</title> | ||
<!--Google Analytics--> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-M9KJ1XPKLF'); | ||
</script> | ||
<!--Google Analytics--> | ||
<style> | ||
body { | ||
background-color: #333333; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<desmond-player id="player"></desmond-player> | ||
<script src="../../desmond/desmond.min.js"></script> | ||
<script> | ||
window.onload = function() { | ||
document.querySelector("desmond-player").loadURL("animalcrossingwildworld.nds") | ||
document.querySelector("desmond-player").shadowRoot.querySelector("#top").style = "position: fixed;transform: translate(-50%, -50%);width: 50%;left: 50%;top: 25%;height: 50%;"; | ||
document.querySelector("desmond-player").shadowRoot.querySelector("#bottom").style = "position: fixed;transform: translate(-50%, -50%);width: 50%;left: 50%;top: 75%;height: 50%;"; | ||
} | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Super Mario Bros</title> | ||
<!--Google Analytics--> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-M9KJ1XPKLF'); | ||
</script> | ||
<!--Google Analytics--> | ||
<style> | ||
body { | ||
background-color: #333333; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<desmond-player id="player"></desmond-player> | ||
<script src="../../desmond/desmond.min.js"></script> | ||
<script> | ||
window.onload = function() { | ||
document.querySelector("desmond-player").loadURL("supermariobros.nds") | ||
document.querySelector("desmond-player").shadowRoot.querySelector("#top").style = "position: fixed;transform: translate(-50%, -50%);width: 50%;left: 50%;top: 25%;height: 50%;"; | ||
document.querySelector("desmond-player").shadowRoot.querySelector("#bottom").style = "position: fixed;transform: translate(-50%, -50%);width: 50%;left: 50%;top: 75%;height: 50%;"; | ||
} | ||
</script> | ||
</body> | ||
</html> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Super Scribblenauts</title> | ||
<!--Google Analytics--> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-M9KJ1XPKLF'); | ||
</script> | ||
<!--Google Analytics--> | ||
<style> | ||
body { | ||
background-color: #333333; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<desmond-player id="player"></desmond-player> | ||
<script src="../../desmond/desmond.min.js"></script> | ||
<script> | ||
window.onload = function() { | ||
document.querySelector("desmond-player").loadURL("superscribblenauts.nds") | ||
document.querySelector("desmond-player").shadowRoot.querySelector("#top").style = "position: fixed;transform: translate(-50%, -50%);width: 50%;left: 50%;top: 25%;height: 50%;"; | ||
document.querySelector("desmond-player").shadowRoot.querySelector("#bottom").style = "position: fixed;transform: translate(-50%, -50%);width: 50%;left: 50%;top: 75%;height: 50%;"; | ||
} | ||
</script> | ||
</body> | ||
</html> |
Binary file not shown.