00d82d27d36c441c13bacb833a23c266045db997
[sheet.git] / word / quiz.plp
1 <(../common.inc.plp)><:
2
3 Html({
4         raw => <<'EOT',
5 <script src="/word/put.min.js"></script>
6 <script src="/word/quiz.js"></script>
7 <style>
8 img {
9         max-width: 50%;
10 }
11 .wrong {background: red}
12 .good {background: green}
13 </style>
14 EOT
15 });
16 say '<h1>quiz</h1><p id="quiz">test</p>';