mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-17 13:15:51 +00:00
19 lines
264 B
HTML
19 lines
264 B
HTML
{{define "index-signed-out"}}
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>GitHop</title>
|
|
<link rel="stylesheet" href="/static/main.css">
|
|
</head>
|
|
<body>
|
|
<h1>GitHop!</h1>
|
|
|
|
<a href="{{.SignInUrl}}">
|
|
Sign In
|
|
</a>
|
|
</body>
|
|
</html>
|
|
|
|
{{end}}
|