Skip to content
Open
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
6 changes: 6 additions & 0 deletions public_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@



<span class="comment">// Message for users of IE7 and below</span>
&lt;!--[if lte IE 7]&gt;
&lt;script type="text/javascript"&gt;
alert('Your browser version is prehistoric. This site is designed to work with standards compliant web browsers. This site and many others will not display correctly with your current browser version. For your continued enjoyment of this site and many others, you should upgrade your browser.');
&lt;/script&gt;
&lt;![endif]--&gt;
</pre>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
Expand Down