First commit

This commit is contained in:
TechEmporium 2019-02-24 18:44:40 -05:00
parent 4648e4c855
commit 4e6d9a3a99
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Snailiad</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="A Flash adventure game featuring snails.">
<style type="text/css">
body {
background-color: #000000;
color: #748DE7;
}
</style>
</head>
<body>
<div style="width:800px; height:480px; margin-left:auto; margin-right:auto; border:3px double; border-collapse: collapse;">
<script type='text/javascript'>
document.write('<object name="game" width="800" height="480"><param name="movie" value="snailiad.swf"><param name="quality" value="high"><embed src="snailiad.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="480"><\/embed><\/object>');
</script>
</div>
</body>
</html>