Skip to content

Instantly share code, notes, and snippets.

@pxjohnny
Last active May 2, 2020 20:06
The hello template for Magic cartridge
<iscontent type="text/html" charset="UTF-8" compact="true"/>
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Magic!</title>
</head>
<body>
<h1>Welcome to Our Storefront!</h1>
<p>Please have a look around and contact us with any question.</p>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment