webrepl
webrepl copied to clipboard
Enhancements for Improved Web REPL Website Performance and User Experience 🏎
Hi, this PR introduces very minor changes to the web REPL website:
- Moving the script tag to the top with the 'defer' attribute for faster page loading and reduced render blocking (ref: https://web.dev/efficiently-load-third-party-javascript/#defer).
- Adding the 'inputmode' attribute to the input tag for better associability.
- Adding the 'preload' tag for critical scripts (ref: https://web.dev/preload-critical-assets/#preloading-javascript-files).
- Adding a meta theme color with the color
#555555
for a better UI.