mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Added a simple 404 page.
This commit is contained in:
parent
7023067e19
commit
a88962cb5b
1 changed files with 24 additions and 0 deletions
24
pages/404.html
Normal file
24
pages/404.html
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /404.html
|
||||||
|
description: "Could not find what you are looking for! 404: Page not found error."
|
||||||
|
---
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src='https://assets.github.com/images/icons/emoji/unicode/0034-20e3.png' height='100' width='100' align='absmiddle' />
|
||||||
|
<img src='https://assets.github.com/images/icons/emoji/unicode/0030-20e3.png' height='100' width='100' align='absmiddle' />
|
||||||
|
<img src='https://assets.github.com/images/icons/emoji/unicode/0034-20e3.png' height='100' width='100' align='absmiddle' />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-md-offset-4">
|
||||||
|
<div class="panel panel-danger" >
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h3 class="panel-title">Oops</h3>
|
||||||
|
</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
<p class="text-center">
|
||||||
|
It seems something went wrong here...
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
Loading…
Add table
Add a link
Reference in a new issue