mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-14 12:46:02 +00:00
18 lines
411 B
HTML
18 lines
411 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{template "title" .}}</title>
|
|
<link rel="stylesheet" href="/static/main.css">
|
|
<link rel="stylesheet" href="/static/octicons/octicons.css">
|
|
</head>
|
|
<body>
|
|
<div class="perforated-edge right"></div>
|
|
<div class="perforated-edge left"></div>
|
|
<div class="logo"></div>
|
|
|
|
<div class="page-body">
|
|
{{template "body" .}}
|
|
</div>
|
|
</body>
|
|
</html>
|