blob: 05937a906ef9bd8f8bbf7efe2ecf3139fc0db9ef [file] [log] [blame]
<html>
<head>
<title>Login Required</title>
<meta name="description" content="Login required to continue">
<link rel="stylesheet" href="/static/css/base.css">
</head>
<body>
<div class="navbar">
<p class="navbar-title">Container Optimized OS</p>
<a class="login" href="/login/?redirect={{.ActivePage}}">Login</a>
</div>
<div class="sidenav">
<a href="/">Home</a>
{{if (eq .ActivePage "/changelog/")}}
<a class="active" href="/changelog/">Changelog</a>
{{else}}
<a href="/changelog/">Changelog</a>
{{end}}
{{if (eq .ActivePage "/findbuild/")}}
<a class="active" href="/findbuild/">Find Build</a>
{{else}}
<a href="/findbuild/">Find Build</a>
{{end}}
{{if (eq .ActivePage "/findreleasedbuildv2/")}}
<a class="active" href="/findreleasedbuildv2/">Find Released Build</a>
{{else}}
<a href="/findreleasedbuildv2/">Find Released Build</a>
{{end}}
<a href="/readme/">Readme</a>
</div>
<div class="main">
<div class="text-content">
<h1>Please sign in to use this feature</h1>
<p>This application requires OAuth authentication to communicate with
Google Git repositories. Your account data will not be used for any
other purposes. To continue, please sign in by clicking
<a href="/login/?redirect={{.ActivePage}}">here</a>.
</p>
</div>
</div>
</body>
</html>