Added menu.
This commit is contained in:
parent
968da2395b
commit
b6e50a78e4
1 changed files with 10 additions and 1 deletions
11
index.html
11
index.html
|
@ -8,7 +8,16 @@
|
|||
<body>
|
||||
<img style="float:right;" width="300" height="150" src="image/cc65.png" alt=""/>
|
||||
<h1>Main Page</h1>
|
||||
<hr style="clear:right;" size="1" noshade="noshade"/>
|
||||
<div id="menu">
|
||||
<div id="innermenu">
|
||||
<ul>
|
||||
<li id="here"><a href="index.html">Main Page</a>
|
||||
</li>
|
||||
<li><a href="getting-started.html">Getting Started</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<h2>Content</h2>
|
||||
<ul class="down">
|
||||
<li><a href="#Overview">Overview</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue