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.

116 lines
3.1KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <style>
  6. #header
  7. {
  8. background: #bababf;
  9. padding: 0.7em;
  10. text-align: left;
  11. }
  12. #header a
  13. {
  14. color: white;
  15. text-decoration: none;
  16. padding: 0.5em 1em 0.5em 1em;
  17. }
  18. #title
  19. {
  20. color: #433729;
  21. }
  22. html
  23. {
  24. font-family: sans-serif;
  25. }
  26. body
  27. {
  28. line-height: 1.5em;
  29. }
  30. body
  31. {
  32. background: #FAFAFA;
  33. }
  34. table
  35. {
  36. border-collapse: collapse;
  37. width: 100%;
  38. }
  39. table, th, td
  40. {
  41. border: 1px solid #aaa;
  42. padding: 0.5em;
  43. margin-top: 0.5em;
  44. margin-bottom: 0.5em;
  45. }
  46. code, pre
  47. {
  48. font-family: monospace, serif;
  49. font-size: 1em;
  50. color: #7f0a0c;
  51. background: #f5f5f5;
  52. white-space: pre-wrap;
  53. }
  54. video
  55. {
  56. width: 100%;
  57. }
  58. .contents
  59. {
  60. background: #FFFFFF;
  61. width: 720px;
  62. padding: 1em;
  63. margin-top: 2em;
  64. margin-bottom: 2em;
  65. border: 1px solid #E0E0E0;
  66. text-align: left;
  67. color: #444;
  68. }
  69. #footer
  70. {
  71. text-align: center;
  72. }
  73. #lang
  74. {
  75. float: right;
  76. }
  77. </style>
  78. <title>
  79. Документация МУРОМа-3.5
  80. </title>
  81. </head>
  82. <body>
  83. <div id="header">
  84. <strong id="title">Документация МУРОМа-3.5</strong>
  85. <a href="http://opengamestudio.org/M">МУРОМ</a>
  86. <a href="keys.html">Ключи (API)</a>
  87. </div>
  88. <center>
  89. <h1>
  90. заголовок
  91. </h1>
  92. </center>
  93. <center>
  94. <div class="contents">
  95. <p>Задание заголовка страницы браузера. Чаще всего это название игры.</p>
  96. <p></div><div class="contents"></p>
  97. <p>Пример:</p>
  98. <pre><code>мир.разобрать({
  99. заголовок: "Колобок",
  100. });
  101. </code></pre>
  102. <p><a href="../../3.4/игра.html?z64=eJy7sOfCjosNehcbLmy4sP3CvgsbQayLTRd7NKq5FIAAKLjhwmagxG4g3gTEu6wUlC7MggpsBAko6XDValoDAL+VLNM=">Посмотреть результат</a>.</p>
  103. <p></div></p>
  104. </div>
  105. </center>
  106. <div id="footer">
  107. Документация сгенерирована <a href="http://opengamestudio.org/pskov">ПСКОВОМ</a>
  108. из <a href="https://git.opengamestudio.org/kornerr/MYPOM/src/branch/master/doc">
  109. этого исходного кода</a>.
  110. </div>
  111. </body>
  112. </html>