aaronmarkham commented on a change in pull request #13963: Fix website error 
pages
URL: https://github.com/apache/incubator-mxnet/pull/13963#discussion_r250392567
 
 

 ##########
 File path: docs/build_version_doc/artifacts/404.html
 ##########
 @@ -0,0 +1,50 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+<style>
+    { margin: 0; padding: 0; }
+
+    html {
+      background: 
url('https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/image/mxnet-background-compressed.jpeg')
 no-repeat center center fixed;
+      -webkit-background-size: cover;
+      -moz-background-size: cover;
+      -o-background-size: cover;
+      background-size: cover;
+    }
+
+    h1, p {
+      color: white;
+      font-family: verdana;
+    }
+
+    a:link {
+      color: white;
+    }
+
+    a:visited {
+      color: linen;
+    }
+
+    a:hover {
+      color: powderblue;
+    }
+
+    a:active {
+      color: aqua;
+    }
+
+</style>
+  </head>
+  <body>
+    <div>
+      <a href="/" id="logo" ><img width="200"  
src="https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/image/mxnet_logo.png";></a>
+    </div>
+    <div>
+    <span id="page-does-not-exist"></span><h1>Page Does Not Exist</h1>
+    <p>If you’re here that means you requested a page that doesn’t exist. 
Sorry about that! Maybe try the search box to find what you’re looking for, or 
navigate to the <a href="https://mxnet.incubator.apache.org/index.html";>Home 
Page</a>. Also, make sure you’re looking in the correct version, as some 
features may only be available in <a 
href="https://github.com/apache/incubator-mxnet/releases";>newer versions</a> or 
the <a href="https://mxnet.incubator.apache.org/versions/master";>master 
branch</a>.</p>
 
 Review comment:
   Yes, I fixed that. Thanks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to