head.html 1.3 KB

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