-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy path29.html
More file actions
69 lines (63 loc) · 2.82 KB
/
29.html
File metadata and controls
69 lines (63 loc) · 2.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<html>
<head>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9995284182131005",
enable_page_level_ads: true
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124591787-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-124591787-1');
</script>
<title>SNAKE at FLASHMATH1.github.io</title>
<meta charset="utf-8">
<meta name="Description" content="Snake is one of many flash-based games located at FLASHMATH1.github.io">
<meta name="google-site-verification" content="SUOhYrHR417hC2DHTgJY21VGtumjqjT9bQjqeQUTreA" />
<meta name='url' content='http://flashmath1.github.io/29.html'>
<meta name='keywords' content='Snake, flash, games, flash games, flashmath1, flash math 1, flashmathone, flash math one, flashmath, flash math, fun games, fun, games, flash, math, one, 1'>
<meta name='owner' content='I. Beverly'>
<meta name='language' content='ES'>
<meta name='subject' content='Games'>
<meta name='author' content='I. Beverly, isc.bev@gmail.com'>
<script src="//inc.freefind.com/inc/ffse-overlay.min.js" async></script>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<style>
.main {
margin: auto;
align: center;
}
</style>
<body>
<div id="navbar"></div>
<div class="main">
<h1>Snake</h1>
<object data="snake.swf" height="600" type="application/x-shockwave-flash" width="600">
<param name="quality" value="high">
<param name="bgcolor" value="#88C387">
<param name="allowScriptAccess" value="always">
<param name="allowFullScreen" value="true">
<!--<![endif]-->
<!--[if gte IE 6]>-->
<p>
Either scripts and active content are not permitted to run or Adobe Flash Player version
10.0.0 or greater is not installed.
</p>
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflashplayer">
<img alt="Get Adobe Flash Player" src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif">
</a>
<!--[if !IE]>-->
</object>
<style>#advertisement { background-color: white; width: 720px; padding: 10px; margin: 10px; }</style><div id="advertisement" align=center>Advertisement:<br><script data-cfasync="false" type="text/javascript" src="https://www.greatdexchange.com/a/display.php?r=2286283"></script></div>
<script>
$("#navbar").load("nav_bar.html");
</script>
</body>
</html>