head.html 1.2 KB

12345678910111213141516171819202122232425262728
  1. <div class="title">
  2. <svg class="logo" width="315" height="100" viewBox="0 0 315 100">
  3. <mask id="mask">
  4. <g dominant-baseline="middle" text-rendering="geometricPrecision"
  5. paint-order="stroke fill" fill="white" stroke="black">
  6. <text font-family="Prisma" x="164" y="50" font-size="100">X</text>
  7. <text font-family="Prisma" x="100.4" y="50" font-size="100"
  8. stroke-width="3">A</text>
  9. <text font-family="Prisma" x="5" y="50" font-size="100"
  10. stroke-width="3">M</text>
  11. <text font-family="Helvetica" x="150" y="56" font-size="50"
  12. font-weight="bold" transform="scale(1.5 1)">80</text>
  13. </g>
  14. </mask>
  15. <rect x="0" y="0" width="100%" height="100%" fill="black"
  16. mask="url(#mask)" />
  17. </svg>
  18. <span class="logo2">by Peter &amp; Per</span>
  19. </div>
  20. <nav class="navbar" role="navigation">
  21. <a href="status.html" class="text status">Status</a>
  22. <a href="config.html" class="text config">Configuration</a>
  23. <a href="update.html" class="text update">Update</a>
  24. <span class="pad"></span>
  25. <a href="sys/setlang?sv"><img type="image" src="flag/sv.png" width="51" height="32" alt="Svenska" /></a>
  26. <a href="sys/setlang?en"><img type="image" src="flag/en.png" width="64" height="32" alt="English" /></a>
  27. </nav>