Add noscript Issue #107

This commit is contained in:
Peter Cottle 2013-06-26 18:15:38 -07:00
parent c974ffed8e
commit c98f979885
3 changed files with 15 additions and 0 deletions

View file

@ -121,4 +121,5 @@ Or reported an issue that was successfully closed!
* Adam Brewer
* Tobias Pfeiffer
* Nicholas "LB" Braden
* Jeffrey Jones

View file

@ -17,6 +17,13 @@
<link rel="stylesheet" href="src/style/font-awesome.css" type="text/css" charset="utf-8">
</head>
<body>
<!-- lol noscript. I did not write 9k+ lines of JS just for you to bounce off my website -->
<noscript>
<div style="z-index:1000000;background:red;color:white;position:absolute;top:0;left:0;height:300px;width:300px;">
This application simulates a git repository in your browser, so you will need
JS to use the app. Try enabling and refreshing the page -- Thanks!
</div>
</noscript>
<!-- The entire interface is within this div -->
<div id="interfaceWrapper" class="box horizontal flex1">

View file

@ -17,6 +17,13 @@
<link rel="stylesheet" href="src/style/font-awesome.css" type="text/css" charset="utf-8">
</head>
<body>
<!-- lol noscript. I did not write 9k+ lines of JS just for you to bounce off my website -->
<noscript>
<div style="z-index:1000000;background:red;color:white;position:absolute;top:0;left:0;height:300px;width:300px;">
This application simulates a git repository in your browser, so you will need
JS to use the app. Try enabling and refreshing the page -- Thanks!
</div>
</noscript>
<!-- The entire interface is within this div -->
<div id="interfaceWrapper" class="box horizontal flex1">