Welcome to mirror list, hosted at ThFree Co, Russian Federation.

part.navigation.php « templates - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b28b6a8d9498e53b62014e4ac5c10490e9e5a140 (plain)
1
2
3
4
5
6
7
8
9
10
<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>