Skip to content

Instantly share code, notes, and snippets.

@Liquidream
Last active July 31, 2022 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Liquidream/01a06c8da23ffaa33d9e714deb5cf7db to your computer and use it in GitHub Desktop.
Save Liquidream/01a06c8da23ffaa33d9e714deb5cf7db to your computer and use it in GitHub Desktop.
Itch.io Web Template for Pico1k Jam submission
<!DOCTYPE html>
<html>
<body style="margin: 0; padding: 0; height: 100%; width: 100%; background-color:#111111">
<!--
Replace src value below with URL from PICO-8 Education Edition
(after doing: SAVE @URL from PICO-8 console)
-->
<iframe style="height: 555px; width: 100%;" scrolling="no" frameborder="0"
src="https://www.pico-8-edu.com/?c=OjpfOjoKcHJpbnQoIocgaXRjaC5pbyBydWxlcyCHIixybmQoMTUpKQpmbGlwKCkKZ290byBf&g=w-w-w-w1HQHw-w2Xw-w3Xw-w2HQH">
</iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment