Mercurial > web-gnusto
view gnusto.html @ 1:394ff157b665
Got Gnusto to load and 'run' a story file in web content.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sat, 10 May 2008 09:29:27 -0700 |
parents | |
children | 2ce26a2407be |
line wrap: on
line source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" media="all" href="" /> <title></title> </head> <body> </body> <script type="text/javascript" src="curses.js"></script> <script type="text/javascript" src="gnusto-engine.js"></script> <script type="text/javascript" src="test.js"></script> </html>