Goit

Simple and lightweight Git web server
git clone http://git.omkov.net/Goit
Log | Tree | Refs | README | Download

Goit/res/admin/header.html (14 lines, 382 B) -rw-r--r-- blame download

012345678910111213
<table>
	<tr>
		<td rowspan="2"><a href="/"><img style="max-height: 24px;" src="/static/favicon.png"></a></td>
		<td><h1>{{.Title}}</h1></td>
	</tr>
	<tr><td>
		<a href="/admin/status">Status</a>
		| <a href="/admin/users">Users</a>
		| <a href="/admin/repos">Repositories</a>
		| <a href="/admin/cron">Cron</a>
		| <a href="/admin/user/create">Create User</a>
	</td></tr>
</table>