1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| <html lang='en'>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<meta name='author' content='Maciej Spychala' />
<title>git - alex wennerberg</title>
<link type='text/css' rel='stylesheet' href='/style.css'>
<style>.line-num{text-decoration:none;color:#555;}.icon{width:16px;height:16px;image-rendering: pixelated;padding-right:4px;}.listing > div{margin-bottom:4px;}a.link{text-decoration:none;}.repo-name{padding-right:32px;}</style>
</head>
<body>
<header>
<a id='title' href='/'>git - alex wennerberg</a>
</header>
<main>
{{if .IsBinary}}<p>binary file</p>{{else}}<div style='overflow-x:scroll;'><table><tbody><tr>{{if .ShowLines}}<td><pre>{{range .LineNumbers}}<a href='#L{{.}}' class='line-num' id='L{{.}}'>{{printf "%5d" .}}</a>
{{end}}</pre></td>{{end}}<td><pre style='padding-left:8px'>{{htmlEncode .Content}}</pre></td></tr></tbody></table></div>{{end}} <footer>
made with <a href='https://git.alexwennerberg.com/gituwa-go'>gituwa-go</a>
</main>
</footer>
</body>
</html>
|