crossbrowdy
Version:
A Multimedia JavaScript framework to create real cross-platform and hybrid game engines, games, emulators, multimedia libraries and apps.
14 lines (13 loc) • 550 B
HTML
<!-- This file is just a redirector for IIS-hosted instances. The
default.htm/index.html file pair allows the project to run fine
on Apache or IIS with no reconfig. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Redirecting ...</title>
<meta http-equiv="refresh" content="0;url=./index.html" />
</head>
<body>
Redirecting to <a href="./index.html">index.html</a> ...
</body>
</html>