diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-09 14:29:28 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-09 14:29:28 -0800 |
commit | 519b360a15bfdeb1aa5cc560281f97def797050a (patch) | |
tree | 18f01877875cc1229749aa536b86b439a1107471 /pages/faq.php | |
parent | f99eebaeacdac9a71e682b6b80bc5d7261de83d3 (diff) | |
download | pathery-519b360a15bfdeb1aa5cc560281f97def797050a.tar.xz |
Hopefully fix for unsupported browsers..
Diffstat (limited to 'pages/faq.php')
-rw-r--r-- | pages/faq.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pages/faq.php b/pages/faq.php index 7d38de4..7cd41c6 100644 --- a/pages/faq.php +++ b/pages/faq.php @@ -171,11 +171,10 @@ But, you cannot mathmatically PROVE your solution is the best. And for this same <a name='themesong'> </a>
<h3>Does Pathery have a theme song?</h3>
-<p>Wow, I'm surprised you asked! We do! <i>by Daniel Jay Barrett.</i>
+<p>Wow, I'm surprised you asked! We do! A parody by <i><a href='http://en.wikipedia.org/wiki/Daniel_J._Barrett'>Daniel Jay Barrett</a></i>.
</p>
-<audio controls>
- <source src="sounds/music/find_the_longest_path.mp3" type="audio/mpeg">
-<a href='sounds/music/find_the_longest_path.mp3' target='top'>Find The Longest Path Song</a>
+<audio src="sounds/music/find_the_longest_path.mp3" controls>
+ <a href='sounds/music/find_the_longest_path.mp3' target='top'>Find The Longest Path Song</a>
</audio>
<br />
|