15 lines
499 B
HTML
15 lines
499 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Splash - Kids Programming Rocks</title>
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" type="text/css" media="screen" href="css/base.css">
|
|
<script type="text/javascript" src="scripts/jquery.js"></script>
|
|
<script type="text/javascript" src="scripts/compiled.js"></script>
|
|
<script type="text/javascript" src="scripts/splash.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="splash_app_wrapper">
|
|
</div>
|
|
</body>
|
|
</html>
|