Mercurial > web-gnusto
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:81546981cec4 | 1:394ff157b665 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
4 <head> | |
5 <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> | |
6 <link rel="stylesheet" type="text/css" media="all" | |
7 href="" /> | |
8 <title></title> | |
9 </head> | |
10 <body> | |
11 | |
12 </body> | |
13 <script type="text/javascript" src="curses.js"></script> | |
14 <script type="text/javascript" src="gnusto-engine.js"></script> | |
15 <script type="text/javascript" src="test.js"></script> | |
16 </html> |