|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- <!DOCTYPE html>
- <html>
- <meta charset="utf-8">
- <head>
- <style>
- #header
- {
- background: #bababf;
- padding: 0.7em;
- text-align: left;
- }
-
- #header a
- {
- color: white;
- text-decoration: none;
- padding: 0.5em 1em 0.5em 1em;
- }
- #title
- {
- color: #433729;
- }
- html
- {
- font-family: sans-serif;
- }
- body
- {
- line-height: 1.5em;
- }
- body
- {
- background: #FAFAFA;
- }
- table
- {
- border-collapse: collapse;
- width: 100%;
- }
-
- table, th, td
- {
- border: 1px solid #aaa;
- padding: 0.5em;
- margin-top: 0.5em;
- margin-bottom: 0.5em;
- }
- code, pre
- {
- font-family: monospace, serif;
- font-size: 1em;
- color: #7f0a0c;
- background: #f5f5f5;
- white-space: pre-wrap;
- }
- video
- {
- width: 100%;
- }
- .contents
- {
- background: #FFFFFF;
- width: 720px;
- padding: 1em;
- margin-top: 2em;
- margin-bottom: 2em;
- border: 1px solid #E0E0E0;
- text-align: left;
- color: #444;
- }
- #footer
- {
- text-align: center;
- }
- #lang
- {
- float: right;
- }
- </style>
- <title>
- Документация МУРОМа 5.0
- </title>
- </head>
- <body>
- <div id="header">
- <strong id="title">Документация МУРОМа 5.0</strong>
- <a href="http://opengamestudio.org/M">МУРОМ</a>
- <a href="keys.html">Ключи (API)</a>
- <a href="examples.html">Примеры</a>
- </div>
- <center>
- <h1>
- заголовок
- </h1>
- </center>
- <center>
- <div class="contents">
- <p>Задание заголовка страницы браузера. Чаще всего это название игры.</p>
- <p></div><div class="contents"></p>
- <p>Пример:</p>
- <pre><code>мир.разобрать({
- заголовок: "Колобок",
- });
- </code></pre>
- <p><a href="../../MYPOM/5.0/игра.html?z64=eJy7sOfCjosNehcbLmy4sP3CvgsbQayLTRd7NKq5FIAAKLjhwmagxG4g3gTEu6wUlC7MggpsBAko6XDValoDAL+VLNM=" target="_blank">Посмотреть результат</a></p>
- <p></div></p>
- <p>[result]: </p>
- </div>
- </center>
- <div id="footer">
- Документация сгенерирована <a href="http://opengamestudio.org/pskov">ПСКОВОМ</a>
- из <a href="https://git.opengamestudio.org/kornerr/MYPOM/src/branch/master/doc">
- этого исходного кода</a>.
- </div>
- </body>
- </html>
-
|