mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-26 17:26:17 +00:00
10 lines
216 B
PHP
10 lines
216 B
PHP
<ul>
|
|
<li><a href="#">First level entry</a></li>
|
|
<li>
|
|
<a href="#">First level container</a>
|
|
<ul>
|
|
<li><a href="#">Second level entry</a></li>
|
|
<li><a href="#">Second level entry</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul> |