-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
75 lines (62 loc) · 2.3 KB
/
error.html
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>sign_in.html</title>
<link type="text/css" rel="stylesheet" href="/stylesheets/main.css">
</head>
<body>
<table style="text-align: left; width: 100%;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;"><!-- Spacer column - Left --> <br>
</td>
<td style="vertical-align: middle;"><!-- Main content column - Middle -->
<table style="text-align: left; width: 100%;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: middle;">
<h1>Pivotal PDF</h1>
</td>
<td style="vertical-align: middle; text-align: right;">
<h2 style="height: 10px;">A User Story Document Generator</h2>
<p style="margin-top: 5px; height: 30px;">
Version: {{version|floatformat:0}}
</td>
</tr>
</tbody>
</table>
<div style="text-align: right;">{% if apiKey %}<a href="SignOut">Sign
Out</a> {% endif %}<br>
</div>
<br>
<table style="text-align: left; height: 203px; width: 931px;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top; width: 402px;">
<h3 style="width: 464px;">Error</h3>
</td>
</tr>
<tr>
<td style="vertical-align: top; width: 402px;">
<div style="width: 464px;">{{ Error }}</div>
</td>
</tr>
</tbody>
</table>
</td>
<td style="vertical-align: top;">
<p> </p>
<br>
</td>
</tr>
</tbody>
</table>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-64642615-1', 'auto');
ga('send', 'pageview');
</script>
</body></html>