Fix noscript tag
This commit is contained in:
parent
eb3f01f513
commit
c7f035a92f
|
@ -2,4 +2,5 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
xcuserdata
|
xcuserdata
|
||||||
xcshareddata
|
xcshareddata
|
||||||
ephemeral
|
/ephemeral
|
||||||
|
/concept
|
||||||
|
|
|
@ -115,7 +115,7 @@
|
||||||
<div id="loader">
|
<div id="loader">
|
||||||
<h1>Sequence Diagram Online Editor</h1>
|
<h1>Sequence Diagram Online Editor</h1>
|
||||||
<p class="loadmsg">Loading…</p>
|
<p class="loadmsg">Loading…</p>
|
||||||
<noscript><p class="noscript">This tool requires Javascript!<p></noscript>
|
<noscript><p class="noscript">This tool requires Javascript!</p></noscript>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="library.htm" target="_blank" data-touch="API">Library</a>
|
<a href="library.htm" target="_blank" data-touch="API">Library</a>
|
||||||
<a href="https://github.com/davidje13/SequenceDiagram" target="_blank" data-touch="Git">GitHub</a>
|
<a href="https://github.com/davidje13/SequenceDiagram" target="_blank" data-touch="Git">GitHub</a>
|
||||||
|
|
Loading…
Reference in New Issue