index.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset='utf-8'>
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  6. <meta name="description" content="UrhoSharp : Code to integrate with the Urho3D engine">
  7. <META http-equiv="refresh" content="0;URL=https://developer.xamarin.com/guides/cross-platform/urho">
  8. <link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
  9. <title>UrhoSharp</title>
  10. </head>
  11. <body>
  12. <!-- HEADER -->
  13. <div id="header_wrap" class="outer">
  14. <header class="inner">
  15. <a id="forkme_banner" href="https://github.com/xamarin/urho">View on GitHub</a>
  16. <h1 id="project_title">UrhoSharp</h1>
  17. <h2 id="project_tagline">Code to integrate with the Urho3D engine</h2>
  18. </header>
  19. </div>
  20. <!-- MAIN CONTENT -->
  21. <div id="main_content_wrap" class="outer">
  22. <section id="main_content" class="inner">
  23. <h3>UrhoSharp Documentation Lives Elsewhere</h3>
  24. <p>The real documentation is at: <a href="https://developer.xamarin.com/guides/cross-platform/urho">https://developer.xamarin.com/guides/cross-platform/urho</a>
  25. <!-- FOOTER -->
  26. <div id="footer_wrap" class="outer">
  27. <footer class="inner">
  28. <p class="copyright">UrhoSharp maintained by <a href="https://github.com/xamarin">xamarin</a></p>
  29. <p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
  30. </footer>
  31. </div>
  32. </body>
  33. </html>