gcp-hockey-results/templates/_hkfcDSmithersFail.html
2020-11-26 12:54:48 +08:00

23 lines
911 B
HTML

<html>
<head>
<title>HKFC Men's D Team - MotM and DotD vote</title>
<link rel="stylesheet" media="screen" href ="/static/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/css/bootstrap-theme.min.css">
<meta name="viewport" content = "width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="/static/js/bootstrap.min.js"></script>
</head>
<h2>Something has gone wrong ...</h2>
<body>
It looks like something has gone wrong ...
<br>
Let Smithers know the following code:
{{ sessionID }}
<p>
<img src="https://storage.googleapis.com/hk-hockey-data/images/smithers-fail.gif"></img>
</p>
<a class="btn btn-primary" href="/dashboard" role="button">Home</a>
<a class="btn btn-info" href="/hkfc-d/comments" role="button">Comments</a>
</body>
</html>