Created
January 27, 2019 12:21
-
-
Save zprima/8c8291814a10045bd52c3f59154b6059 to your computer and use it in GitHub Desktop.
medium_p2_c1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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"> </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