Skip to content

Instantly share code, notes, and snippets.

@novusabeo
novusabeo / pico8_web-app.html
Created September 21, 2019 15:00 — forked from ChiefBradley/pico8_web-app.html
Prototype template for converting Pico-8 html exports into iOS web apps.
<html>
<head>
<title>Celeste ~ PICO-8</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width, minimal-ui, initial-scale=1, maximum-scale=1, user-scalable=0">