cosic.rescue
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

test.html
text/html

Download raw (493 bytes)

<html>
	<head>
		<title>This is a test of the emergency logo system.</title>
	<!--	<script src='svg.js'></script> -->
		<script type='text/javascript' src='js/jquery-1.6.2.min.js'></script>
		<script type='text/javascript' src='js/jQueryRotate.2.1.js'></script>
		<script type='text/javascript' src='js/logo.js'></script>
	</head>

	<body>
		<div id='logo'>
			<canvas id='logoCanvas1'>
				Hmmmmmmm.....
			</canvas>
			<canvas id='logoCanvas2'>
				Hm
			</canvas>
		</div>
	</body>
</html>