Changelog
v1.2 Mar 16, 2023
- Implemented Bootstrap 5
- Updated to latest version of PyScript
- Fixed Basic Fraction Calculator result
- Optimization changes
v1.1 Feb 17, 2023
- Added indentation, easier readability
v1.0 Feb 16, 2023
© 2023 William Bohrer. All rights reserved. Licensed under the MIT License: Full license
from js import window
def redirect(url):
window.location.href = url