header.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!-- HTML header for doxygen 1.8.6-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  6. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  7. <meta name="generator" content="Doxygen $doxygenversion"/>
  8. <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
  9. <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
  10. <script type="text/javascript" src="$relpath^jquery.js"></script>
  11. <script type="text/javascript" src="$relpath^dynsections.js"></script>
  12. $treeview
  13. $search
  14. $mathjax
  15. <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
  16. $extrastylesheet
  17. <link href="http://fonts.googleapis.com/css?family=Lato:400,700,900" rel="stylesheet">
  18. </head>
  19. <body>
  20. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  21. <!--BEGIN TITLEAREA-->
  22. <header class="navbar">
  23. <div class="container">
  24. <nav class="site-nav">
  25. <ul>
  26. <li><a href="http://neovim.io/">Neovim Home</a></li>
  27. </ul>
  28. </nav>
  29. <a href="$relpath^index.html">
  30. <img src="$relpath^$projectlogo" class="logo" alt="Neovim Dev-Doc">
  31. </a>
  32. </div>
  33. </header>
  34. <!--END TITLEAREA-->
  35. <!-- end header part -->