aboutsummaryrefslogtreecommitdiff
path: root/src/templates/header.html
blob: bbad31a2ca62827a6bdfb45e44c874dff0f25693 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<table>
	<tr>
		<td>
			<a href="../">
				<img src="logo.svg" alt="Logo of the project {{ name }}." width="32" height="32" />
			</a>
		</td>
		<td>
			<h1>{{ name }}</h1>
			<span class="desc">{{ description }}</span>
		</td>
	</tr>
	<tr class="url">
		<td>
			<!-- facepalm -->
		</td>
		<td>
			git clone
			<a href="{{ clone-prefix }}/{{ name }}">
				{{ clone-prefix }}/{{ name }}
			</a>
		</td>
	</tr>
	<tr>
		<td>
			<!-- y u no CSS? -->
		</td>
		<td>
			<a href="index.html">
				summary
			</a>
			|
			<a href="files.html">
				files
			</a>
			|
			<a href="log.html">
				log
			</a>
			|
			<a href="refs.html">
				refs
			</a>
		</td>
	</tr>
</table>