content/references/404.html (72 lines of code) (raw):

<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>ServiceComb Java Chassis 开发指南</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script> <script>hljs.initHighlightingOnLoad();</script> <script> function redirectToHome() { var index = window.location.href.indexOf("/zh_CN/"); if(index > 0) { index = index + "/zh_CN/".length; window.location.href = window.location.href.substr(0, index); return; } index = window.location.href.indexOf("/en_US/"); if(index > 0) { index = index + "/en_US/".length; window.location.href = window.location.href.substr(0, index); return; } window.location.href = "/"; } </script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <div class="wy-nav-content"> <div class="rst-content"> <div role="main"> <div class="section"> <h1 id="404-page-not-found">404</h1> <p><strong>Page not found</strong></p> </div> </div> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="javascript:redirectToHome()">ServiceComb Java Chassis 开发指南</a> </nav> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="javascript:redirectToHome()">文档主页</a> &raquo;</li> </ul> <hr/> </div> <footer> <hr/> <div role="contentinfo"> <!-- Copyright etc --> </div> Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <div class="rst-versions" role="note" aria-label="versions"> <span class="rst-current-version" data-toggle="rst-current-version"> </span> </div> <script>var base_url = '/';</script> <script defer> window.onload = function () { SphinxRtdTheme.Navigation.enable(true); }; </script> </body> </html>