-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathunauthorized.scala.html
More file actions
46 lines (42 loc) · 2.28 KB
/
unauthorized.scala.html
File metadata and controls
46 lines (42 loc) · 2.28 KB
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
@()(implicit flash: Flash)
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Rearview</title>
<meta name='description' content='Real-Time Monitoring'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<meta name='robots' content='noindex'>
<link href="@routes.Assets.at("/public", "vendor/bootstrap/css/bootstrap.css")" rel='stylesheet' />
<link href="@routes.Assets.at("/public", "vendor/bootstrap/css/bootstrap-responsive.css")" rel='stylesheet' />
<link href='/public/login/icons/rearview.svg' rel='icon' type='image/png' />
<link href='/public/login/icons/icons/tools/rearview.svg' rel='apple-touch-icon' type='image/png' />
<link href="@routes.Assets.at("/public", "less/login.less")" rel='stylesheet/less' type='text/css' />
<script src="@routes.Assets.at("/public", "vendor/less/js/less.js")" type='text/javascript'></script>
<link rel="stylesheet" href="../../public/css/persona-buttons.css" />
<script src="https://login.persona.org/include.js"></script>
</head>
<body class='login rearview'>
<!--[if lt IE 8]><p class=chromeframe>Your browser is <em>ancient!</em> <a href='http://browsehappy.com/'>Upgrade to a different browser</a> or <a href='http://www.google.com/chromeframe/?redirect=true'>install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<div id='main' role='main' class='nest' style='height: 0px;'>
<section id='content' class=''>
<section class='login-info'>
<header>
<img id='rearview-logo' src="@routes.Assets.at("/public", "img/login/company-logo.svg")" width='200px' />
<img alt='Rearview' id='product-logo' src="@routes.Assets.at("/public", "img/rearview.svg")" />
<hgroup>
<h1>Rearview</h1>
<h2>Real-Time Monitoring</h2>
</hgroup>
</header>
<div class='authentication-box'>
<h1></h1>
<button onclick='signin()' class='persona-button'><span>Sign in</span></button><br>
<h2 id="hint"></h2>
<script src='../../public/js/persona.js'></script>
</div>
</section>
</section>
</div>
</body>
</html>