word: minify put.js library using uglifyjs
[sheet.git] / word / quiz.plp
index c40a7cd5724cc35379d0460335bcad458b253023..00d82d27d36c441c13bacb833a23c266045db997 100644 (file)
@@ -2,8 +2,12 @@
 
 Html({
        raw => <<'EOT',
+<script src="/word/put.min.js"></script>
 <script src="/word/quiz.js"></script>
 <style>
+img {
+       max-width: 50%;
+}
 .wrong {background: red}
 .good {background: green}
 </style>