Skip to content

Commit

Permalink
Changed browser's img alt text
Browse files Browse the repository at this point in the history
Just a minor fix
  • Loading branch information
Erid committed Jul 5, 2013
1 parent 7f1efd4 commit b1af589
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions browserWarning.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
A Dark Room makes use of HTML5 and CSS3, which your current browser does not appear to support.<br/>
Please update your browser for the best experience:<br/>
</strong>
<a href='http://www.mozilla.org/en-US/firefox/new/'><img src='img/firefox.png' alt='Firefox' /></a>
<a href='https://www.google.com/intl/en/chrome/browser/'><img src='img/chrome.png' alt='Firefox' /></a>
<a href='http://windows.microsoft.com/en-CA/internet-explorer/download-ie'><img src='img/ie.png' alt='Firefox' /></a>
<a href='http://www.mozilla.org/en-US/firefox/new/'><img src='img/firefox.png' alt='Firefox' title='Firefox' /></a>
<a href='https://www.google.com/intl/en/chrome/browser/'><img src='img/chrome.png' alt='Chrome' title='Chrome' /></a>
<a href='http://windows.microsoft.com/en-CA/internet-explorer/download-ie'><img src='img/ie.png' alt='Internet Explorer' title='Internet Explorer' /></a>
<br/><br/>
Or you can <a href='index.html?ignorebrowser=true'>play anyway</a>, but it probably won't work!
</div>
Expand Down

0 comments on commit b1af589

Please sign in to comment.