Skip to content

Instantly share code, notes, and snippets.

@stnight
Created March 18, 2017 08:58
Show Gist options
  • Save stnight/6f44d0c77cb9c7ad0492ee437c015c55 to your computer and use it in GitHub Desktop.
Save stnight/6f44d0c77cb9c7ad0492ee437c015c55 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta name="robots" content="noindex" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="quiz.css">
<title>Cryptonite</title>
</head>
<body>
<!--PAGE CONTENT-->
<div class="pages navbar-fixed">
<div class="page" data-page="csq">
<div class="page-content"><br />
<div id="container">
<h1>Quiz app</h1>
<p>There will be no points awarded for unanswered questions.</p>
<div id="content">
<h3 id="question"></h3>
<div id="choices"></div>
<p><button id="submit"></button></p>
<p id="score"></p>
</div>
<script type="text/javascript" src="js/csq.js"></script>
</div>
</div>
</div>
</div>
<!-- END OF PAGE CONTENT -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment