mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
commit
f67a721f20
4 changed files with 101 additions and 14 deletions
45
public/403.html
Normal file
45
public/403.html
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Error 403: Forbidden</title>
|
||||
<style type="text/css">
|
||||
body { background-color: #EFEFEF; color: #073642; font-family: arial, sans-serif; }
|
||||
div.dialog {
|
||||
width: 80%;
|
||||
max-width: 800px;
|
||||
padding: 0 4em;
|
||||
margin: 4em auto 0 auto;
|
||||
/* border: 1px solid #ccc;
|
||||
border-right-color: #999;
|
||||
border-bottom-color: #999;*/
|
||||
}
|
||||
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- This file lives in public/403.html -->
|
||||
<div class="dialog">
|
||||
<img src="/img/osem-logo.png" alt="osem logo">
|
||||
<h1>Error 403: Forbidden</h1>
|
||||
<p>You don't have permission to access this resource.<br> If you'd
|
||||
like, you can start again from the <a href="/">homepage.</a></p><br>
|
||||
|
||||
<p>OSEM is a <a href="https://www.fsf.org/about/what-is-free-software">
|
||||
free software</a> project built through collaboration.</p>
|
||||
|
||||
<p><b>If you believe you have encountered a bug...</b></p>
|
||||
|
||||
<p>Please <a href="https://github.com/openSUSE/osem/issues">submit an issue
|
||||
on Github.</a></p>
|
||||
|
||||
<p><b>If you have other questions regarding OSEM...</b></p>
|
||||
|
||||
<p>Feel free to contact contributors by subscribing to our <a href="http://lists.opensuse.org/opensuse-web/"> mailing list.</a><p>
|
||||
|
||||
<p>You can also reach out in the #OSEM channel on the IRC freenode
|
||||
server.</p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,16 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>The page you were looking for doesn't exist (404)</title>
|
||||
<title>Error 404: Page not found</title>
|
||||
<style type="text/css">
|
||||
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
||||
body { background-color: #EFEFEF; color: #073642; font-family: arial, sans-serif; }
|
||||
div.dialog {
|
||||
width: 25em;
|
||||
width: 80%;
|
||||
max-width: 800px;
|
||||
padding: 0 4em;
|
||||
margin: 4em auto 0 auto;
|
||||
border: 1px solid #ccc;
|
||||
/* border: 1px solid #ccc;
|
||||
border-right-color: #999;
|
||||
border-bottom-color: #999;
|
||||
border-bottom-color: #999;*/
|
||||
}
|
||||
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
||||
</style>
|
||||
|
|
@ -19,8 +20,28 @@
|
|||
<body>
|
||||
<!-- This file lives in public/404.html -->
|
||||
<div class="dialog">
|
||||
<h1>The page you were looking for doesn't exist.</h1>
|
||||
<p>You may have mistyped the address or the page may have moved.</p>
|
||||
<img src="/img/osem-logo.png" alt="osem logo">
|
||||
<h1>Error 404: Page not found</h1>
|
||||
|
||||
<p>The page you are looking for does not exist, it's possible that it
|
||||
may have moved.<br> If you'd like, you can start again from the
|
||||
<a href="/">homepage.</a></p><br>
|
||||
|
||||
<p>OSEM is a <a href="https://www.fsf.org/about/what-is-free-software">
|
||||
free software</a> project built through collaboration.</p>
|
||||
|
||||
<p><b>If you believe you have encountered a bug...</b></p>
|
||||
|
||||
<p>Please <a href="https://github.com/openSUSE/osem/issues">submit an issue
|
||||
on Github.</a></p>
|
||||
|
||||
<p><b>If you have other questions regarding OSEM...</b></p>
|
||||
|
||||
<p>Feel free to contact contributors by subscribing to our <a href="http://lists.opensuse.org/opensuse-web/"> mailing list.</a></p>
|
||||
|
||||
<p>You can also reach out in the #OSEM channel on the IRC freenode
|
||||
server.</p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,25 +1,46 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>We're sorry, but something went wrong (500)</title>
|
||||
<title>Error 500: Internal Server Error</title>
|
||||
<style type="text/css">
|
||||
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
||||
body { background-color: #EFEFEF; color: #073642; font-family: arial, sans-serif; }
|
||||
div.dialog {
|
||||
width: 25em;
|
||||
width: 80%;
|
||||
max-width: 800px;
|
||||
padding: 0 4em;
|
||||
margin: 4em auto 0 auto;
|
||||
border: 1px solid #ccc;
|
||||
/* border: 1px solid #ccc;
|
||||
border-right-color: #999;
|
||||
border-bottom-color: #999;
|
||||
border-bottom-color: #999;*/
|
||||
}
|
||||
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- This file lives in public/500.html -->
|
||||
<!-- This file lives in public/404.html -->
|
||||
<div class="dialog">
|
||||
<h1>We're sorry, but something went wrong.</h1>
|
||||
<img src="/img/osem-logo.png" alt="osem logo">
|
||||
<h1>Error 500: Internal Server Error</h1>
|
||||
|
||||
<p> It looks like something has gone wrong on our side.<br> We
|
||||
recommend you <a href="https://github.com/openSUSE/osem/issues">submit an issue
|
||||
on Github,</a> if one does not already exist regarding this. <br> If you'd like, you can start again from the <a href="/">homepage.</a></p><br>
|
||||
|
||||
<p>OSEM is a <a href="https://www.fsf.org/about/what-is-free-software">
|
||||
free software</a> project built through collaboration.</p>
|
||||
|
||||
<p><b>If you believe you have encountered a bug...</b></p>
|
||||
|
||||
<p>Please <a href="https://github.com/openSUSE/osem/issues">submit an issue
|
||||
on Github.</a></p>
|
||||
|
||||
<p><b>If you have other questions regarding OSEM...</b></p>
|
||||
|
||||
<p>Feel free to contact contributors by subscribing to our <a href="http://lists.opensuse.org/opensuse-web/"> mailing list.</a><p>
|
||||
|
||||
<p>You can also reach out in the #OSEM channel on the IRC freenode
|
||||
server.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
BIN
public/img/osem-logo.png
Normal file
BIN
public/img/osem-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Loading…
Add table
Add a link
Reference in a new issue