mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-30 23:54:46 +02:00
Add noscript Issue #107
This commit is contained in:
parent
c974ffed8e
commit
c98f979885
3 changed files with 15 additions and 0 deletions
|
@ -121,4 +121,5 @@ Or reported an issue that was successfully closed!
|
|||
* Adam Brewer
|
||||
* Tobias Pfeiffer
|
||||
* Nicholas "LB" Braden
|
||||
* Jeffrey Jones
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue