HTML to export - includes Paged.js polyfill:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js"></script>
</head>| from sys import path as syspath | |
| syspath.insert(0, '/Games/RocketCup') | |
| import time | |
| import math | |
| import thumbyGrayscale as thumby | |
| #import thumby | |
| import thumbyAudio | |
| import random | |
| from thumbySaves import saveData |
HTML to export - includes Paged.js polyfill:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js"></script>
</head>