forked from IamChristianS/v1
-
Notifications
You must be signed in to change notification settings - Fork 0
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
838181c
commit 996dce9
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 Smash Flash</title> | ||
<script src="../../ruffle/ruffle.js"></script> | ||
<!--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--> | ||
</head> | ||
<body> | ||
<div style="margin:0 auto;text-align:center"> | ||
<embed src="supersmashflash.swf" width="1000" height="800"></embed> | ||
<div style="margin-left:auto;margin-right:auto;text-align:center"> | ||
</div> | ||
</div> | ||
|
||
<!--Skin Ad--> | ||
<script> | ||
var afg={};afg.u=6328;afg.s=21; | ||
afg.centerWidth=1000; /* Adjust by Game Resolution */ | ||
afg.topPos=0; | ||
document.write("<sc"+"ript src='//js.adforgames.com/cd.js'></sc"+"ript>"); | ||
</script> | ||
</body> | ||
</html> |
Binary file not shown.