Additional changes for purposes of templating
This commit is contained in:
28
templates/404.html
Normal file
28
templates/404.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<style>
|
||||
.loading {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.spinner {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -20px;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 25px;
|
||||
}
|
||||
</style>
|
||||
<div class="loading">
|
||||
<div class="spinner">
|
||||
<h1>Service <b>{{SERVICE}}</b> not found !!!</h1>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user