Skip to content

Commit

Permalink
deleted unnecessary files, renamed other files to more appropriate names
Browse files Browse the repository at this point in the history
  • Loading branch information
HaymanLiron committed Aug 24, 2016
1 parent 2e4dfde commit 69fc7e8
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 199 deletions.
80 changes: 0 additions & 80 deletions BuzzQuiz.html

This file was deleted.

4 changes: 2 additions & 2 deletions blah.html → buzz-quiz.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<head>
<meta charset="UTF-8">
<title>BuzzQuiz</title>
<link rel="stylesheet" type="text/css" href="css/blah.css">
<link rel="stylesheet" type="text/css" href="css/buzz-quiz-questions.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
</head>
<body>
<div id="questionContainer">
<button id="questionGenerator" onclick="renderQuestions()">Generate Questions!</button>
</div>

<script src="js/blah.js"></script>
<script src="js/buzz-quiz-questions.js"></script>
</body>
</html>
13 changes: 0 additions & 13 deletions css/BuzzQuiz.css

This file was deleted.

File renamed without changes.
104 changes: 0 additions & 104 deletions js/BuzzQuiz.js

This file was deleted.

File renamed without changes.

0 comments on commit 69fc7e8

Please sign in to comment.