header.html 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!-- HTML header for doxygen 1.8.20-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  9. <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
  10. <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
  11. <!-- <link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/> -->
  12. <script type="text/javascript" src="$relpath^jquery.js"></script>
  13. <script type="text/javascript" src="$relpath^dynsections.js"></script>
  14. $treeview
  15. $search
  16. $mathjax
  17. <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
  18. <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
  19. $extrastylesheet
  20. </head>
  21. <body>
  22. <div class="navigation-mobile">
  23. <div class="logo--mobile">
  24. <a href="/"><img src="logo-mobile.svg" alt="Raspberry Pi"></a>
  25. </div>
  26. <div class="navigation-toggle">
  27. <span class="line-1"></span>
  28. <span class="line-2">
  29. <p>Menu Toggle</p>
  30. </span>
  31. <span class="line-3"></span>
  32. </div>
  33. </div>
  34. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  35. <div class="logo">
  36. <a href="$relpath^index.html"> <img src="logo.svg" alt="Raspberry Pi"></a>
  37. <span style="display: inline-block; margin-top: 10px;">
  38. v$projectnumber
  39. </span>
  40. </div>
  41. <div class="navigation-footer">
  42. <img src="logo-mobile.svg" alt="Raspberry Pi">
  43. <a href="https://www.raspberrypi.com/" target="_blank">By Raspberry Pi Ltd</a>
  44. </div>
  45. <!-- <div class="search">
  46. <form>
  47. <input type="search" name="search" id="search" placeholder="Search">
  48. <input type="submit" value="Search">
  49. </form>
  50. </div> -->