PageRenderTime 430ms CodeModel.GetById 421ms RepoModel.GetById 0ms app.codeStats 0ms

/wwwroot/index.html

http://github.com/AF83/ucengine
HTML | 33 lines | 31 code | 2 blank | 0 comment | 0 complexity | de77ec86f1bf92081a956cdd91079155 MD5 | raw file
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  5. <title>U.C.Engine</title>
  6. <link href="./stylesheets/base.css" media="screen" rel="stylesheet" type="text/css" />
  7. <style type="text/css">
  8. #content {
  9. margin: 2em auto 0;
  10. padding: 0 15px;
  11. width: 920px;
  12. font-size: 1.4em;
  13. }
  14. </style>
  15. </head>
  16. <body>
  17. <header>
  18. <div class="page">
  19. <ul>
  20. <li id="logoPartner"><img src="images/ucengine.png" /></li>
  21. </ul>
  22. </div>
  23. </header>
  24. <div id="content">
  25. <ul>
  26. <li><a href="/demo/">Demo</a></li>
  27. <li><a href="http://docs.ucengine.org/">Documentation</a></li>
  28. </ul>
  29. </div>
  30. </body>
  31. </html>