Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ <h2>Licenses</h2>
License and Affero General Public License?</p>
<p>AGPL includes a clause requiring source code distribution of
software run as a service (eg. web applications).</p>


<h2>Misc</h2>

<p>When did the initial release of Linux happen? Give month and
Expand Down
2 changes: 2 additions & 0 deletions quiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ document.addEventListener('DOMContentLoaded', function() {
xLink.onclick = close;
tieLink.onclick = function() {
m.className += ' showAnswer';
var audio = new Audio("sounds/tie.mp3");
audio.play();
return false;
};

Expand Down
Binary file added sounds/tie.mp3
Binary file not shown.