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