diff --git a/index.html b/index.html index 631d3d2..cb7f644 100644 --- a/index.html +++ b/index.html @@ -113,8 +113,8 @@

Licenses

License and Affero General Public License?

AGPL includes a clause requiring source code distribution of software run as a service (eg. web applications).

- - + +

Misc

When did the initial release of Linux happen? Give month and diff --git a/quiz.js b/quiz.js index b3d5b6b..29489a0 100644 --- a/quiz.js +++ b/quiz.js @@ -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; }; diff --git a/sounds/tie.mp3 b/sounds/tie.mp3 new file mode 100644 index 0000000..5ece8fd Binary files /dev/null and b/sounds/tie.mp3 differ