word: move subpages and includes to word/ directory
[sheet.git] / word / quiz.plp
diff --git a/word/quiz.plp b/word/quiz.plp
new file mode 100644 (file)
index 0000000..c40a7cd
--- /dev/null
@@ -0,0 +1,12 @@
+<(../common.inc.plp)><:
+
+Html({
+       raw => <<'EOT',
+<script src="/word/quiz.js"></script>
+<style>
+.wrong {background: red}
+.good {background: green}
+</style>
+EOT
+});
+say '<h1>quiz</h1><p id="quiz">test</p>';