404.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1">
  6. <title>Page Not Found :: jMonkeyEngine Docs</title>
  7. <meta name="generator" content="Antora 3.0.1">
  8. <link rel="stylesheet" href="/_/css/site.css">
  9. <meta property="og:image" content="https://wiki.jmonkeyengine.org/_/img/iconx128.png">
  10. <meta property="og:description" content="Page Not Found">
  11. <meta property="og:title" content="jMonkeyEngine Docs">
  12. <link rel="stylesheet" href="/_/css/site-extra.css">
  13. <link rel="stylesheet" href="/_/css/vendor/docsearch.min.css">
  14. <!-- fetched from https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css -->
  15. <link rel="icon" href="/_/img/favicon.ico" type="image/x-icon">
  16. </head>
  17. <body class="status-404">
  18. <header class="header">
  19. <nav class="navbar">
  20. <div class="navbar-brand">
  21. <a class="navbar-item" href="https://wiki.jmonkeyengine.org">
  22. <img alt="" src="/_/img/jme-logo.png" height="32" type="image/x-icon">
  23. </a>
  24. <div class="navbar-item hide-for-print">
  25. <input id="search-input" type="text" placeholder="Search docs">
  26. </div>
  27. <button class="navbar-burger" data-target="topbar-nav">
  28. <span></span>
  29. <span></span>
  30. <span></span>
  31. </button>
  32. </div>
  33. <div id="topbar-nav" class="navbar-menu">
  34. <div class="navbar-end">
  35. <div class="navbar-item theme-switch-wrapper">
  36. <label class="theme-switch" for="checkbox">
  37. <input type="checkbox" id="checkbox" />
  38. <div class="slider round"></div>
  39. </label>
  40. </div>
  41. <a class="navbar-item" href="https://github.com/jmonkeyengine/wiki">Github</a>
  42. </div>
  43. </div>
  44. </nav>
  45. </header>
  46. <div class="body">
  47. <div class="nav-container">
  48. <aside class="nav">
  49. <div class="panels">
  50. <div class="nav-panel-explore is-active" data-panel="explore">
  51. <ul class="components">
  52. <li class="component">
  53. <span class="title">JME</span>
  54. <ul class="versions">
  55. <li class="version">
  56. <a href="/docs/3.8/documentation.html">3.8</a>
  57. </li>
  58. <li class="version">
  59. <a href="/docs/3.4/documentation.html">3.4</a>
  60. </li>
  61. <li class="version">
  62. <a href="/docs/3.3/documentation.html">3.3</a>
  63. </li>
  64. <li class="version">
  65. <a href="/docs/3.2/documentation.html">3.2</a>
  66. </li>
  67. </ul>
  68. </li>
  69. <li class="component">
  70. <span class="title">Wiki Contribution</span>
  71. <ul class="versions">
  72. <li class="version">
  73. <a href="/docs-wiki/3.8/wiki_contributor.html">3.8</a>
  74. </li>
  75. </ul>
  76. </li>
  77. <li class="component">
  78. <span class="title">Wiki UI</span>
  79. <ul class="versions">
  80. <li class="version">
  81. <a href="/wiki-ui/index.html">master</a>
  82. </li>
  83. </ul>
  84. </li>
  85. </ul>
  86. </div>
  87. </div>
  88. </aside>
  89. </div>
  90. <main class="article">
  91. <div class="toolbar" role="navigation">
  92. <button class="nav-toggle"></button>
  93. <nav class="breadcrumbs" aria-label="breadcrumbs">
  94. </nav>
  95. </div>
  96. <div class="content">
  97. <article class="doc">
  98. <h1 class="page">Page Not Found</h1>
  99. <div class="paragraph">
  100. <p>The page you&#8217;re looking for does not exist. It may have been moved.</p>
  101. </div>
  102. <div class="paragraph">
  103. <p>If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken.
  104. If you typed the URL of this page manually, please double check that you entered the address correctly.</p>
  105. </div>
  106. </article>
  107. <aside class="toc sidebar" data-title="Contents" data-levels="2">
  108. <div class="toc-menu"></div>
  109. </aside>
  110. </div>
  111. </main>
  112. </div>
  113. <footer class="footer">
  114. <p>Copyright 2020 jMonkeyEngine Wiki Contributors. Licensed BSD-3.</p>
  115. </footer>
  116. <script src="/_/js/vendor/docsearch.min.js"></script>
  117. <!-- fetched from https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js -->
  118. <script>
  119. var search = docsearch({
  120. apiKey: 'a736b6d93de805e26ec2f49b55013fbd',
  121. indexName: 'jmonkeyengine',
  122. inputSelector: '#search-input',
  123. autocompleteOptions: { hint: false, keyboardShortcuts: ['s'] },
  124. algoliaOptions: { hitsPerPage: 10 }
  125. }).autocomplete
  126. search.on('autocomplete:closed', function () { search.autocomplete.setVal() })
  127. function focusSearchInput () { document.querySelector('#search-input').focus() }
  128. if (document.querySelector('.home-link.is-current')) window.addEventListener('load', focusSearchInput)
  129. </script>
  130. <script src="/_/js/site.js"></script>
  131. <script async src="/_/js/vendor/highlight.js"></script>
  132. </body>
  133. </html>