-
-
Save readevalprint/4053039 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="generator" content="CoffeeCup HTML Editor (www.coffeecup.com)"> | |
<meta name="dcterms.created" content="Mon, 29 Oct 2012 22:24:36 GMT"> | |
<meta name="description" content=""> | |
<meta name="keywords" content=""> | |
<title>Banana 1.1.1</title> | |
<!--[if IE]> | |
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
</head> | |
<body> | |
</body> | |
</html> | |
<html> | |
<head> | |
<title>Banana 1.1.1</title> | |
</head> | |
<h1> | |
What does Banana 1.1.1 do? | |
</h1> | |
<p>Banana 1.1.1 allows you to play default games. It does not need any speacial plugins to play. Does not have chat and blogs in the system.<br> | |
You can't play online games with friends on 1.1.1(maintenance will be done for the next couple of months so you may not be able to play regularly just yet).<br> | |
Be the first to make an account and be the first to play! Your destiny awaits you . . . | |
</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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Banana Arcade</title> | |
<style type="text/css"> | |
<!-- | |
body { | |
color:#000000; | |
background-color:#FFFF00; | |
} | |
a { color:#0000FF; } | |
a:visited { color:#800080; } | |
a:hover { color:#008000; } | |
a:active { color:#FF0000; } | |
--> | |
</style> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | |
<script> | |
var game_list = [ | |
{ | |
src: "http://www.freeonlinegames.com/embed/21645", | |
width:"640", | |
height:"480", | |
title: "Burger Cat" | |
}, | |
{ | |
"src":"http://www.ultimatearcade.com/pages/freegames/ultimatechopper/game/UltimateChopper.html", | |
"width":600, | |
"height":400, | |
"title":"Ultimate Chopper" | |
}, | |
{ | |
"src":"http://www.freeonlinegames.com/embed/22467", | |
"width":650, | |
"height":400, | |
"title": "Tank Arena" | |
} | |
]; | |
$(document).ready(function() { | |
$(game_list).each(addButton); | |
}) | |
function addButton(index, game) { | |
var b = $("<button></button>", {text: game.title}); | |
$(b).click(function () { | |
$("iframe").attr(game); | |
}); | |
$("#games").append(b); | |
}; | |
</script> | |
</head> | |
<body> | |
<center> | |
<h1>Banana Games</h1><br> | |
<p>Welcome To The Banana Arcade</p> | |
</center> | |
<div id="games" class="buttons something"></div> | |
<iframe> | |
</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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="generator" content="CoffeeCup HTML Editor (www.coffeecup.com)"> | |
<meta name="dcterms.created" content="Mon, 29 Oct 2012 21:12:11 GMT"> | |
<meta name="description" content=""> | |
<meta name="keywords" content=""> | |
<title>Banana</title> | |
<style type="text/css"> | |
<!-- | |
body { | |
color:#000000; | |
background-color:#FFFF00; | |
} | |
a { color:#0000FF; } | |
a:visited { color:#800080; } | |
a:hover { color:#008000; } | |
a:active { color:#FF0000; } | |
--> | |
</style> | |
<!--[if IE]> | |
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
</head> | |
<body> | |
</body> | |
</html> | |
<html> | |
<head> | |
<h1>BANANA</h1> | |
</head> | |
<body> | |
<p1>banana 1.1.1 is the first update by banana<br><br><a href="EvanWeb2.html">want to learn more about banana 1.1.1</a><br> | |
<a href="EvanWeb5.html"></a><br> | |
<a href="games.html">click for games</a><br> | |
<a href="about.html">News</a><br> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment