This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
splash/lib/app_base/index.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>