2015-10-03 07:06:56 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title></title>
|
2015-11-20 10:16:38 +08:00
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
|
|
|
|
<style>
|
|
|
|
body{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
margin-top: 50px;
|
|
|
|
}
|
|
|
|
.content {
|
|
|
|
font-size: 18px;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
</style>
|
2015-10-03 07:06:56 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-11-20 10:16:38 +08:00
|
|
|
<h1>No event found.</h1>
|
|
|
|
<div class="content">
|
|
|
|
Uh oh, it looks like that event doesn't exist or is no longer valid.<br/>
|
|
|
|
Maybe it was already scheduled?
|
|
|
|
</div>
|
2015-10-03 07:06:56 +08:00
|
|
|
</body>
|
|
|
|
</html>
|