Skip to content

Commit

Permalink
Merge pull request #1 from DanSchmidt/cleanup
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
hallbd16 committed May 27, 2013
2 parents db5e9ed + eaaaac7 commit 7bb7fe6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
15 changes: 0 additions & 15 deletions DynamicQuizHTML.html

This file was deleted.

File renamed without changes.
18 changes: 18 additions & 0 deletions quiz.html
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>Dynamic Quiz</title>
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
</head>
<body>
<h1>My Dynamic Quiz</h1>
<div id="container">
<h1 id="h1"></h1>

<ul id="list"></ul>
<br/>
<button id="backButton">Back</button> <button id="button">Next</button>
</div>
<script src="js/quiz.js"></script>
</body>
</html>
File renamed without changes.

0 comments on commit 7bb7fe6

Please sign in to comment.