You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by "Anurag-modgil (via GitHub)" <gi...@apache.org> on 2023/04/05 06:06:09 UTC

Re: [PR] docs(python): add custom error page to Python docs (streampipes)

Anurag-modgil commented on code in PR #1451:
URL: https://github.com/apache/streampipes/pull/1451#discussion_r1158059008


##########
streampipes-client-python/docs/overrides/404.html:
##########
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Page not found</title>
+    <style>
+      /* Add your custom styles here */
+      body {
+        background-color: #ffcc00;
+        font-family: sans-serif;
+        text-align: center;
+        padding: 30px;
+      }
+      h1 {
+        font-size: 4em;
+        color: #333;
+        margin-bottom: 0;
+      }
+      p {
+        font-size: 1.5em;
+        color: #333;
+        margin-top: 0;
+      }
+      img {
+        max-width: 100%;
+        height: auto;
+        margin: 30px 0;
+      }
+    </style>
+  </head>
+  <body>
+    <h1>404</h1>
+    <img src="https://media.giphy.com/media/26tk0W5u5x5KZHJZu/giphy.gif" alt="Page not found">
+    <p>Oops! Looks like you took a wrong turn.</p>
+    <p>But don't worry, we're here to help.</p>
+    <p>Please try one of these links:</p>
+    <ul>
+      <li><a href="/">Homepage</a></li>
+      <li><a href="/blog">Blog</a></li>
+      <li><a href="/contact">Contact Us</a></li>
+    </ul>
+  </body>

Review Comment:
   thanks for the help and sorry for delayed response
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org