-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
33 lines (32 loc) · 1.44 KB
/
help.html
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
<!DOCTYPE html>
<html>
<head>
<!-- common to all pages -->
<meta charset="utf-8">
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" sizes="64x64" href="img/icon64.png"> <!-- icon -->
<title>osu! hitcircle generator</title>
<div class="top_container">
<div class="top_container_logo"><img src="img/icon64.png" alt="" width="42"></div>
<div class="top_container_title">osu! hitcircle generator</div>
<!-- don't put <a> on the current page, put the <span class="top_container_current_option"> -->
<!-- <span> in the <div>, the <a> out the <div> -->
<a href="index.html"><div class="top_container_option">Editor</div></a>
<div class="top_container_option"><span class="top_container_current_option">Help</span></div>
<a href="about.html"><div class="top_container_option">About</div></a>
</div>
<div style="height: 58px;" id="start_page"></div> <!-- Placeholder to avoid to hide elements with top_container -->
<script src="js/demo_mult_blend_mode.js" type="text/javascript"></script>
</head>
<body>
<div id="help_container">
<!--<div id="help_container_left">
<h2>Summary:</h2>
</div>-->
<div id="help_container_right">
<p>The help was moved in the GitHub Wiki.</p>
<p><a href="https://github.com/Corne2Plum3/osu-hitcircle-generator.github.io/wiki">https://github.com/Corne2Plum3/osu-hitcircle-generator.github.io/wiki</a></p>
</div>
</div>
</body>
</html>