forked from rpms/nginx
71 lines
2.2 KiB
Diff
71 lines
2.2 KiB
Diff
diff --git a/404.html b/404.html
|
|
index 5350e82..240c5c3 100644
|
|
--- a/404.html
|
|
+++ b/404.html
|
|
@@ -15,10 +15,10 @@
|
|
padding: 0;
|
|
}
|
|
:link {
|
|
- color: #c00;
|
|
+ color: #f00;
|
|
}
|
|
:visited {
|
|
- color: #c00;
|
|
+ color: #f00;
|
|
}
|
|
a:hover {
|
|
color: #f50;
|
|
@@ -27,7 +27,7 @@
|
|
text-align: center;
|
|
margin: 0;
|
|
padding: 0.6em 2em 0.4em;
|
|
- background-color: #10B981;
|
|
+ background-color: #ff0000;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
font-size: 1.75em;
|
|
@@ -39,7 +39,7 @@
|
|
}
|
|
h2 {
|
|
text-align: center;
|
|
- background-color: #10B981;
|
|
+ background-color: #ff0000;
|
|
font-size: 1.1em;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
@@ -91,7 +91,7 @@
|
|
<p>
|
|
Something has triggered missing webpage on your website. This is the
|
|
default 404 error page for <strong>nginx</strong> that is
|
|
- distributed with OpenELA. It is located
|
|
+ distributed with Oracle Linux. It is located
|
|
<tt>/usr/share/nginx/html/404.html</tt>
|
|
</p>
|
|
|
|
@@ -103,12 +103,7 @@
|
|
</p>
|
|
|
|
<p>
|
|
- For information on OpenELA, please visit the
|
|
- <a href="https://www.openela.org/">OpenELA website</a>. The
|
|
- documentation for OpenELA is
|
|
- <a href="https://www.openela.org/"
|
|
- >available on the OpenELA website</a
|
|
- >.
|
|
+ <p>For information on Oracle Linux, please visit the <a href="https://www.oracle.com/linux">Oracle Linux website</a>. The documentation for Oracle Linux is <a href="https://docs.oracle.com/en/operating-systems/oracle-linux/">available on the Oracle Linux website</a>.</p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
@@ -121,9 +116,9 @@
|
|
width="121"
|
|
height="32"
|
|
/></a>
|
|
- <a href="http://www.openela.org/"><img
|
|
+ <a href="https://www.oracle.com/"><img
|
|
src="poweredby.png"
|
|
- alt="[ Powered by OpenELA ]"
|
|
+ alt="[ Powered by Oracle Linux ]"
|
|
width="32" height="32" /></a>
|
|
|
|
</div>
|