mirror of
https://github.com/nextcloud/passman.git
synced 2025-01-06 07:22:03 +08:00
10 lines
No EOL
216 B
PHP
10 lines
No EOL
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> |