forked from PolBanky/PolBanky.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindexRootHelp.html
More file actions
51 lines (48 loc) · 1.92 KB
/
indexRootHelp.html
File metadata and controls
51 lines (48 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Help</title>
<link rel="preload" href="img/triangle_256.gif" as="image">
<link rel="preload" href="img/grass_bermuda.jpg" as="image">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="img/favicon-pic-question.ico" type="img/x-icon">
<style>
html { background-image: url("img/grass_bermuda.jpg"); }
body { background-color: #000000; }
.divOutPutMLine + div { display: inline-block; } /* LABEL для окон вывода (камент внутри <style>) */
</style>
</head>
<body>
<h1><img class="imgBtn64A" src="img/pic-question_128.png" alt="Pic">Help</h1>
<h3>Параметры экрана</h3>
<div>
<div class="divOutPut" id="screenHere"></div>
<div>- разрешение экрана, пикселей</div>
</div>
<div>
<div class="divOutPut" id="clientHere"></div>
<div>- разрешение клиента, пикселей</div>
</div>
<div>
<div class="divOutPutMLine" id="whatBase"></div>
<div>- It's adress of Base for This Page</div>
</div>
<div class="alertString" id="forInfo">Определение типа устройства..</div>
<div class="alertString" id="forInfo1"></div>
<figure>
<img src="img/triangle_256.gif" height="256" alt="deep">
</figure>
<h3>Интерфейс главного окна сайта включает в себя</h3>
<ol>
<li>Строка меню со ссылками на разделы сайта и (если Инет подключен) на сайты в Инете</li>
<li>Часы</li>
<li>Панель кнопок со ссылками на разделы сайта</li>
</ol>
<footer>
<div>Programm ver. 2021_05_22</div>
<div>Pol Banky © 2021</div>
</footer>
<!-- JS для определения разрешений экрана и клиента -->
<script src="js/indexRootHelp.js"></script>
</body></html>