-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/extras/spring-security"> | ||
<head th:replace="layout/header :: header(~{::title})"> | ||
|
||
<title>Gaia - Page not found</title> | ||
|
||
</head> | ||
<body> | ||
|
||
<div class="full_container"> | ||
<div class="center verticle_center full_height"> | ||
<div class="error_page"> | ||
<div class="center"> | ||
<img class="img-responsive" src="/images/no-entry.png" alt="#"> | ||
</div> | ||
<br> | ||
<h3>STOP HERE !</h3> | ||
<p>YOU'RE NOT ALLOWED TO SEE THIS PAGE !</p> | ||
<div class="center"> | ||
<a class="btn btn-success" href="/">Go To Home Page</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |