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>
|
||||
<meta charset = "UTF-8" />
|
||||
<title>Help HTML File</title>
|
||||
<link rel = "stylesheet" href = "css/style.css" />
|
||||
<link rel = "shortcut_icon" href = "icon/help.ico" />
|
||||
<link rel = "stylesheet" href = "style.css" />
|
||||
<link rel = "shortcut icon" href = "icon/help.png" />
|
||||
</head>
|
||||
<body>
|
||||
<script type = "text/javascript">
|
||||
function openSpoiler() {
|
||||
var checkbox = document.getElementById("checkboxSpoiler");
|
||||
var spoiler = document.getElementsByClass("box")[0];
|
||||
if (checkbox.checked) {
|
||||
checkbox.checked = false;
|
||||
spoiler.display = "none";
|
||||
}
|
||||
else {
|
||||
checkbox.checked = true;
|
||||
spoiler.display = "block";
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue