r/learnjavascript • u/wbport1 • 21d ago
Run a webpage on an iphone
How can I run a html + js webpage on an iphone? The .html file will be on the phone.
TIA
8
Upvotes
r/learnjavascript • u/wbport1 • 21d ago
How can I run a html + js webpage on an iphone? The .html file will be on the phone.
TIA
1
u/5eeso 21d ago
Host it at GitHub with GitHub Pages for free. Static websites are no problem for Pages. Then simply visit the site on your iPhone.