Lucas Kent e39465ad2f Changes to be committed:
new file:   Files/flashplayer_32_sa.exe
	new file:   favicon.ico
	new file:   globe.gif
	new file:   imgs/download.png
	new file:   imgs/zuck.jpg
	new file:   index.html
	new file:   other.ico
	new file:   script.js
	new file:   site.webmanifest
	new file:   sitemap.html
	new file:   styles/backround.css
	new file:   styles/border.css
	new file:   styles/fonts/Titillium_Web/OFL.txt
	new file:   styles/fonts/Titillium_Web/TitilliumWeb-Black.ttf
	new file:   styles/fonts/Titillium_Web/TitilliumWeb-Bold.ttf
	new file:   styles/fonts/Titillium_Web/TitilliumWeb-BoldItalic.ttf
	new file:   styles/fonts/Titillium_Web/TitilliumWeb-ExtraLight.ttf
	new file:   styles/fonts/Titillium_Web/TitilliumWeb-ExtraLightItalic.ttf
	new file:   styles/fonts/Titillium_Web/TitilliumWeb-Italic.ttf
	new file:   styles/fonts/Titillium_Web/TitilliumWeb-Light.ttf
	new file:   styles/fonts/Titillium_Web/TitilliumWeb-LightItalic.ttf
	new file:   styles/fonts/Titillium_Web/TitilliumWeb-Regular.ttf
	new file:   styles/fonts/Titillium_Web/TitilliumWeb-SemiBold.ttf
	new file:   styles/fonts/Titillium_Web/TitilliumWeb-SemiBoldItalic.ttf
	new file:   styles/fonts/webfontkit-20221027-163353/generator_config.txt
	new file:   styles/fonts/webfontkit-20221027-163353/specimen_files/grid_12-825-55-15.css
	new file:   styles/fonts/webfontkit-20221027-163353/specimen_files/specimen_stylesheet.css
	new file:   styles/fonts/webfontkit-20221027-163353/stylesheet.css
	new file:   styles/fonts/webfontkit-20221027-163353/titilliumweb-extralight-demo.html
	new file:   styles/fonts/webfontkit-20221027-163353/titilliumweb-extralight-webfont.woff
	new file:   styles/fonts/webfontkit-20221027-163353/titilliumweb-extralight-webfont.woff2
	new file:   styles/fonts/webfontkit-20221027-165950/generator_config.txt
	new file:   styles/fonts/webfontkit-20221027-165950/specimen_files/grid_12-825-55-15.css
	new file:   styles/fonts/webfontkit-20221027-165950/specimen_files/specimen_stylesheet.css
	new file:   styles/fonts/webfontkit-20221027-165950/stylesheet.css
	new file:   styles/fonts/webfontkit-20221027-165950/titilliumweb-bold-demo.html
	new file:   styles/fonts/webfontkit-20221027-165950/titilliumweb-bold-webfont.woff
	new file:   styles/fonts/webfontkit-20221027-165950/titilliumweb-bold-webfont.woff2
	new file:   styles/style.css
	new file:   tools/2048/.gitignore
	new file:   tools/2048/.jshintrc
	new file:   tools/2048/CONTRIBUTING.md
	new file:   tools/2048/LICENSE.txt
	new file:   tools/2048/README.md
	new file:   tools/2048/Rakefile
	new file:   tools/2048/favicon.ico
	new file:   tools/2048/index.html
	new file:   tools/2048/js/animframe_polyfill.js
	new file:   tools/2048/js/application.js
	new file:   tools/2048/js/bind_polyfill.js
	new file:   tools/2048/js/classlist_polyfill.js
	new file:   tools/2048/js/game_manager.js
	new file:   tools/2048/js/grid.js
	new file:   tools/2048/js/html_actuator.js
	new file:   tools/2048/js/keyboard_input_manager.js
	new file:   tools/2048/js/local_storage_manager.js
	new file:   tools/2048/js/tile.js
    new file:   tools/2048/meta/apple-touch-icon.png
	new file:   tools/webretro/cores/neocd_libretro.js
	new file:   tools/webretro/cores/neocd_libretro.wasm
	new file:   tools/webretro/cores/nestopia_libretro.js
	new file:   tools/webretro/cores/nestopia_libretro.wasm
	new file:   tools/webretro/cores/o2em_libretro.js
	new file:   tools/webretro/cores/o2em_libretro.wasm
	new file:   tools/webretro/cores/opera_libretro.js
	new file:   tools/webretro/cores/opera_libretro.wasm
2022-11-02 08:40:01 -04:00

144 lines
6.4 KiB
HTML

<!doctype html>
<html>
<!-- #BeginTemplate "/Templates/Main.dwt" --><!-- DW6 -->
<!-- Mirrored from www.mathsisfun.com/games/index-flash.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 29 Oct 2022 00:59:11 GMT -->
<head>
<!-- #BeginEditable "doctitle" -->
<script type="text/javascript">
// getting spam requests from unknown source, but with Linux user agent and no referrer
// tried various things to stop them, now trying redirect
var s = navigator.userAgent;
//console.log("nu", s, s.indexOf('NT'));
if (s.indexOf('Linux; Android')>=0) {
//if (s.indexOf('NT')>=0) {
ref = document.referrer; // also referrer is blank
//console.log("ref", ref.length, ref);
if (ref.length<=1) {
//document.getElementById('bodybg').innerHTML = '<div style="text-align:center; font:22px Arial; margin: 20px;"><a href="../index.htm" >Main Page</a></div><p style="text-align:center; font:14px Arial; margin: 20px;">Sorry, this page is being hit by spammers, all other pages are fine</p>';
//window.location.href = "https://example.com/";
}
}
</script>
<script language="JavaScript" type="text/javascript">reSpell=[["math","maths"]];</script>
<title>Flash Math and Logic Games</title>
<style type="text/css">
.boxa {
text-align: center;
display: inline-block;
vertical-align: top;
margin: 0 25px 25px 0;
width: 130px;
}
.boxb {
text-align: center;
display: inline-block;
vertical-align: top;
margin: 0 25px 25px 0;
width: 210px;
}
</style>
<!-- #EndEditable -->
<meta name="keywords" content="math, maths, mathematics, school, homework, education">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="HandheldFriendly" content="true">
<meta http-equiv="pics-label" content='(PICS-1.1 "http://www.classify.org/safesurf/" L gen true for "http://www.mathsisfun.com" r (SS~~000 1))'>
<link rel="stylesheet" type="text/css" href="../style3.css" />
<script src="../main3.js" type="text/javascript"></script>
</head>
<body id="bodybg">
<div class="bg">
<div id="stt"></div>
<div id="hdr"></div>
<div id="logo"><a href="../index.html"><img src="../images/style/logo.svg" alt="Math is Fun" /></a></div>
<div id="gtran"><script type="text/javascript">document.write(getTrans());</script></div>
<div id="gplus"><script type="text/javascript">document.write(getGPlus());</script></div>
<div id="adTopOuter" class="centerfull noprint">
<div id="adTop">
<script type="text/javascript">document.write(getAdTop());</script>
</div>
</div>
<div id="adHide">
<div id="showAds1"><a href="javascript:showAds()">Show Ads</a></div>
<div id="hideAds1"><a href="javascript:hideAds()">Hide Ads</a><br>
<a href="../about-ads.html">About Ads</a></div>
</div>
<div id="menuWide" class="menu">
<script type="text/javascript">document.write(getMenu(0));</script>
</div>
<div id="linkto">
<div id="linktort"><script type="text/javascript">document.write(getLinks());</script></div>
</div>
<div id="search" role="search"><script type="text/javascript">document.write(getSearch());</script></div>
<div id="menuSlim" class="menu">
<script type="text/javascript">document.write(getMenu(1));</script>
</div>
<div id="menuTiny" class="menu">
<script type="text/javascript">document.write(getMenu(2));</script>
</div>
<div id="extra"></div>
</div>
<div id="content" role="main"><!-- #BeginEditable "Body" -->
<h1 align="center">Flash Math Games</h1>
<p class="center">Have fun with Puzzles, Numbers, Strategy, Logic and Multiplayer Games</p>
<h4>Flash Games by Type</h4>
<div class="boxa"><a href="games-puzzle-flash.html"><img src="images/word-search.gif" width="100" height="100" alt="Play Mazes" style="border: 0" /><br>
Puzzle Games</a></div>
<div class="boxa"><a href="games-elementary-flash.html"><img src="images/finding-bugs.gif" width="100" height="86" alt="Elementary Games" style="border: 0" /><br>
Elementary Games</a></div>
<div class="boxa"><a href="games-multiplayer-flash.html"><img src="images/chess-flash.gif" width="100" height="100" alt="Multiplayer Games" style="border: 0" /><br>
Multiplayer Games</a></div>
<div class="boxa"><a href="games-number-flash.html"><img src="images/addemup.gif" width="90" height="88" alt="Number Games" style="border: 0" /><br>
Number Games</a></div>
<div class="boxa"><a href="games-strategy-flash.html"><img src="images/warthog.gif" width="90" height="73" alt="Strategy Games" style="border: 0" /><br>
Strategy Games</a></div>
<p>&nbsp;</p>
<h4>Popular Games</h4>
<div class="boxb">
<p><a href="connect3d.html"><img src="images/connect-3d.gif" width="100" height="100" alt="Connect 3D" style="border-style: none" /></a><a href="connect4.html"></a></p>
<p><span style="color: #000088; font: 500 16px/28px Verdana, Georgia, helvetica, serif;"><a href="connect3d.html">Connect 3D</a></span><span style="padding: 10px 0 10px 0;">A Three-Dimensional version of <a href="connect4.html">Four In A Line</a></span></p>
</div>
<div class="boxb">
<p><a href="warthog.html"><img src="images/warthog.gif" width="90" height="73" alt="Warthog" style="border-style: none" /></a><a href="chess.html"></a></p>
<p><span style="color: #000088; font: 500 16px/28px Verdana, Georgia, helvetica, serif;"><a href="warthog.html">Warthog</a></span><span style="padding: 10px 0 10px 0;">Place the hand grenades carefully, then blow up your car to save the planet.</span></p>
</div>
<div class="boxb">
<p><a href="tanks.html"><img src="images/tanks.gif" width="90" height="105" alt="Tanks" style="border-style: none" /></a><a href="tanks2.html"></a></p>
<p><span style="color: #000088; font: 500 16px/28px Verdana, Georgia, helvetica, serif;"><a href="tanks.html">Tanks</a></span>Multiple terrains, multiple weapons - get them before they get you! </p>
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="related"><a href="../puzzles/index.html">Puzzles Index</a></div>
<!-- #EndEditable --></div>
<div id="adend" class="centerfull noprint">
<script type="text/javascript">document.write(getAdEnd());</script>
</div>
<div id="footer" class="centerfull noprint">
<script type="text/javascript">document.write(getFooter());</script>
</div>
<div id="copyrt"> Copyright &copy; 2016 MathsIsFun.com </div>
<script type="text/javascript">document.write(getBodyEnd());</script>
</body>
<!-- #EndTemplate -->
<!-- Mirrored from www.mathsisfun.com/games/index-flash.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 29 Oct 2022 00:59:11 GMT -->
</html>