diff options
Diffstat (limited to 'examples/phrasebook/www/phrasebook.html')
| -rw-r--r-- | examples/phrasebook/www/phrasebook.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/examples/phrasebook/www/phrasebook.html b/examples/phrasebook/www/phrasebook.html new file mode 100644 index 000000000..7d34a27fa --- /dev/null +++ b/examples/phrasebook/www/phrasebook.html @@ -0,0 +1,28 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> <head> +<title>Phrasebook</title> +<link rel=stylesheet type="text/css" href="phrasebook.css"> +<script type="text/JavaScript" src="support.js"></script> +<script type="text/JavaScript" src="phrasebook.js"></script> +</head> + +<body onload="start_minibar()"> + +<div id=minibar> +</div> +<hr> + +<small> + +Based on +<a href="http://www.cs.chalmers.se/~hallgren/minibar/minibar.html">minibar</a>, +powered by +<a href="http://www.grammaticalframework.org">GF</a> + + +</body> + +</html> + + + |
