This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
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
cda3c36
commit 018d687
Showing
6 changed files
with
82 additions
and
3 deletions.
There are no files selected for viewing
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
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
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,27 @@ | ||
<html> | ||
<head> | ||
|
||
<script src="/js/all.js"></script> | ||
|
||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<style>html{background-color:#000;}</style> | ||
</head> | ||
<body> | ||
<div id="ruffle" width="100%" height="100%"></div> | ||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script> | ||
<script> | ||
window.RufflePlayer = window.RufflePlayer || {}; | ||
window.addEventListener("load", (event) => { | ||
const ruffle = window.RufflePlayer.newest(); | ||
const player = ruffle.createPlayer(); | ||
const container = document.getElementById("ruffle"); | ||
player.id = "player"; | ||
player.style.width = "100%"; | ||
player.style.height = "100%"; | ||
container.appendChild(player); | ||
player.load("redball3.swf"); | ||
}); | ||
</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,41 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<link rel="stylesheet" href="/css/footer.css"> | ||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4874616183592939" | ||
crossorigin="anonymous"></script> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="🕹Opium Games is a free unblocked games service hosting over 100+ unblocked games, also includes many selectable proxies and emulators to use along with tab cloakers and history hiders! 🎮"> | ||
<meta name="author" content="CybriaTech"> | ||
<meta name="keywords" content="games, unblocked games, unblocked games, video games, unity, webgl, swf, html5, cybriagames, cybriagames sequel, emulators"> | ||
<link rel="stylesheet" href="/css/header.css"> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet"/> | ||
<link rel="icon" href="/images/logo/favi/logo-16x16.png" sizes="16x16"> | ||
<link rel="icon" href="/images/logo/favi/logo-32x32.png" sizes="32x32"> | ||
<link rel="apple-touch-icon" href="/images/logo/favi/apple-touch-icon.png" sizes="180x180"> | ||
<title>Red Ball 3 | Opium</title> | ||
<link rel="stylesheet" href="/css/index.css"> | ||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-20CSCVKLF3"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-20CSCVKLF3'); | ||
</script> | ||
</head> | ||
<body style="overflow: hidden;"> | ||
<main> | ||
<iframe src="game.html" style="width: 100vw; height: 100vh;"></iframe> | ||
</main> | ||
<script> | ||
var elem = document.querySelector('.grid'); | ||
var msnry = new Masonry( elem, { | ||
itemSelector: '.grid-item', | ||
columnWidth: 200 | ||
}); | ||
</script> | ||
</body> | ||
</html> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.