summaryrefslogtreecommitdiff
path: root/examples/phrasebook/www/phrasebook.html
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-03-26 22:07:17 +0000
committeraarne <aarne@chalmers.se>2010-03-26 22:07:17 +0000
commit691620346ccdae242ce8b203fc04d3ffeeea6247 (patch)
treec480f98b2615bf16236d0a89e052f0dd0c59712a /examples/phrasebook/www/phrasebook.html
parentc24440d1346a01d660f83359d8ef72a2ef1b0c13 (diff)
change Food to Words in Phrasebook, since it's unpractical to have many small modules; added syntactic forms and words
Diffstat (limited to 'examples/phrasebook/www/phrasebook.html')
-rw-r--r--examples/phrasebook/www/phrasebook.html28
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>
+
+
+