move prime generation out

This commit is contained in:
2023-02-08 15:52:02 +00:00
parent 3f0dbc06f7
commit d6d31566b9
5 changed files with 1375 additions and 1339 deletions

View File

@ -91,3 +91,11 @@
.west {
border-color: darkblue;
}
#info {
font-size: 1.2em;
font-family: monospace;
position: fixed;
bottom: 0;
right: 0;
}