Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Conversation

@f321x
Copy link
Member

@f321x f321x commented Nov 18, 2025

Makes the html look better on mobile devices by setting the viewport tag in the head.
Before:
Screenshot_20251118_141201
After:
Screenshot_20251118_141638

Add viewport for proper formatting on mobile devices.
Add lang="en" to <html>, it helps browsers, screen readers etc to
interpret the website.
Remove text/css type from <style>, it is the default and specifying it
explicitly is considered deprecated in html5.
Specify fallback font so browser doesn't use a random font if Arial is
unavailable:
https://www.w3schools.com/Css/css_font_fallbacks.asp
@SomberNight
Copy link
Member

note: code moved to new repo: https://github.com/spesmilo/electrum-payserver

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants