Advertisement
Guest User

Untitled

a guest
Oct 24th, 2018
763
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <div class="wrapper" id="mainarea">
  2. <div class="alert alert-warning centered-axis-xy" style="min-height: 20px; display:none;" role="alert" id="compilingmessage">
  3. <div id='loadTasks'> </div>
  4. </div>
  5. <canvas id="canvas" class="emscripten" oncontextmenu="event.preventDefault()" style="display:none;">
  6. </div>
  7.  
  8. <div class="row buttonarea text-center" id="buttonrow"><center>
  9. <div class="col-sm-2 text-center"></div>
  10. <div class="col-sm-2 text-center"><button style="display:none;" type="button" class="btn btn-primary" onclick="Module['pauseMainLoop']();">Pause</button></div>
  11. <div class="col-sm-2 text-center"><button style="display:none;" type="button" class="btn btn-primary" onclick="Module['resumeMainLoop']();">Resume</button></div>
  12. <div class="col-sm-2 text-center"><button style="display:none;" type="button" class="btn btn-primary" id="fullscreen_request">FullScreen</button></div>
  13.  
  14. </div></center>
  15. <div class="texthalf text-normal jumbotron " id="logwindow" style='display:none'></div>
  16.  
  17. <script type="text/javascript">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement