Revision 6992ce8ed09c8bdad11f22fcf171f8cb8a38106e authored by Lorenzo Stella on 27 September 2019, 11:58:17 UTC, committed by GitHub on 27 September 2019, 11:58:17 UTC
1 parent ad76eef
Raw File
404.rst
:orphan:

Page Not Found
--------------

You stumbled upon a page that's making us scratch our brains right now. Before any of us panics,
we'd like you to know that you are being redirected to a better known and cozy place, in just a few seconds.

.. image:: _static/404.jpg
   :alt: Page Not Found
   :width: 60%
   :align: center
   :target: ./index.html

.. raw:: html

   <script type="text/javascript">
   window.onload = function() {
      var seconds = 5;
      var url = "http://gluon-ts.mxnet.io";
      setTimeout(function() {
         window.location.href = url;
      }, seconds*1000);
   };
   </script>
back to top