You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
2.1KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. <title>M-3.0</title>
  6. <script src="ace/ace.js"></script>
  7. <script src="ace/mode-javascript.js"></script>
  8. <script src="ace/worker-javascript.js"></script>
  9. <script src="base64-js/base64js.min.js"></script>
  10. <link rel="stylesheet" type="text/css" href="uikit/uikit.min.css" />
  11. <script src="uikit/uikit.min.js"></script>
  12. <script src="uikit/uikit-icons.min.js"></script>
  13. <style>
  14. #редактор
  15. {
  16. position: absolute;
  17. left: 0;
  18. top: 0;
  19. bottom: 0;
  20. width: calc(50% - 2em);
  21. }
  22. #пульт
  23. {
  24. position: absolute;
  25. left: calc(50% - 2em);
  26. top: 0;
  27. bottom: 0;
  28. width: 4em;
  29. display: flex;
  30. flex-direction: column;
  31. /*justify-content: center;*/
  32. border: 1px dashed gainsboro;
  33. }
  34. #воспроизведение
  35. {
  36. position: absolute;
  37. right: 0;
  38. top: 0;
  39. bottom: 0;
  40. width: calc(50% - 2em);
  41. }
  42. </style>
  43. <style>
  44. .впульте
  45. {
  46. margin: 0 auto;
  47. }
  48. </style>
  49. </head>
  50. <body>
  51. <div id="редактор"></div>
  52. <div id="пульт">
  53. <span id="ошибка" class="впульте">&nbsp;</span>
  54. <a id="пуск" class="впульте uk-icon-button uk-margin-top" uk-icon="play" uk-tooltip="Пуск"></a>
  55. </div>
  56. <div id="воспроизведение"></div>
  57. <script src="040.события.js"></script>
  58. <script src="100.редактор.js"></script>
  59. <script src="200.пульт.js"></script>
  60. <script src="700.муром.js"></script>
  61. <script>
  62. var муром = new Муром();
  63. </script>
  64. </body>
  65. </html>