implemented import of content into help overlay
parent
613268a4e1
commit
4dbed3b19f
@ -1,7 +1,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<div id="help-overlay" onclick="help.closeOverlay()" class="overlay-custom">
|
<div id="help-overlay" onclick="help.closeOverlay()" class="overlay-custom">
|
||||||
<p style="position:fixed; top:50%; left:50%; color:red;">
|
<div>
|
||||||
HELLO FROM THE HELP SCREEN
|
{{{content}}}
|
||||||
</p>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue