Add files via upload
Edited HTML Help File - index.html.
This commit is contained in:
parent
20eeaa7183
commit
1839988e40
1 changed files with 3 additions and 7 deletions
|
@ -2,21 +2,17 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset = "UTF-8" />
|
<meta charset = "UTF-8" />
|
||||||
<title>Help HTML File</title>
|
<title>Help HTML File</title>
|
||||||
<link rel = "stylesheet" href = "css/style.css" />
|
<link rel = "stylesheet" href = "style.css" />
|
||||||
<link rel = "shortcut_icon" href = "icon/help.ico" />
|
<link rel = "shortcut icon" href = "icon/help.png" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script type = "text/javascript">
|
<script type = "text/javascript">
|
||||||
function openSpoiler() {
|
function openSpoiler() {
|
||||||
var checkbox = document.getElementById("checkboxSpoiler");
|
|
||||||
var spoiler = document.getElementsByClass("box")[0];
|
|
||||||
if (checkbox.checked) {
|
if (checkbox.checked) {
|
||||||
checkbox.checked = false;
|
checkbox.checked = false;
|
||||||
spoiler.display = "none";
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
checkbox.checked = true;
|
checkbox.checked = true;
|
||||||
spoiler.display = "block";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -25,7 +21,7 @@
|
||||||
<h2>
|
<h2>
|
||||||
FallSimulation - редактор уровней для этой же игры. Выполнена в стиле Марио.
|
FallSimulation - редактор уровней для этой же игры. Выполнена в стиле Марио.
|
||||||
<br />
|
<br />
|
||||||
<span id = "opensource-text">OpenSource</span>
|
<span id = "opensource-text">Open Source</span>
|
||||||
</h2>
|
</h2>
|
||||||
<h3>
|
<h3>
|
||||||
Разработчик: Чечкенёв Андрей Дмитриевич/DarkCat09
|
Разработчик: Чечкенёв Андрей Дмитриевич/DarkCat09
|
||||||
|
|
Loading…
Add table
Reference in a new issue