Skip to content

Instantly share code, notes, and snippets.

@zprima
Created January 27, 2019 12:21
Show Gist options
  • Save zprima/8c8291814a10045bd52c3f59154b6059 to your computer and use it in GitHub Desktop.
Save zprima/8c8291814a10045bd52c3f59154b6059 to your computer and use it in GitHub Desktop.
medium_p2_c1
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, user-scalable=no" />
<link rel="manifest" href="manifest.json" />
<title>FN Jumper</title>
<link rel="stylesheet" type="text/css" media="screen" href="styles.css" />
</head>
<body>
<main id="app">
<div id="top">
<h1 id="place-to-land">&nbsp;</h1>
</div>
<div id="bottom">
<button id="btn-jumper">Where we land, boys?</button>
</div>
</main>
<script src="/app.js"></script>
<script src="/sw.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment