UNPKG

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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- 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>