mirror of
https://github.com/openSUSE/osem.git
synced 2026-01-24 05:48:40 -05:00
45 lines
1.4 KiB
HTML
45 lines
1.4 KiB
HTML
<!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 <a href="https://libera.chat/">#OSEM channel on IRC</a>.</p>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|