ui-header.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <header>
  2. <nav>
  3. <svg
  4. width="18"
  5. height="18"
  6. viewBox="0 0 23 23"
  7. fill="none"
  8. xmlns="http://www.w3.org/2000/svg"
  9. class="shrink-0"
  10. >
  11. <circle
  12. opacity="0.2"
  13. cx="3.4"
  14. cy="3.25"
  15. r="2.7"
  16. fill="currentColor"
  17. ></circle>
  18. <circle cx="3.4" cy="11.3" r="2.7" fill="currentColor"></circle>
  19. <circle
  20. opacity="0.2"
  21. cx="3.4"
  22. cy="19.5"
  23. r="2.7"
  24. fill="currentColor"
  25. ></circle>
  26. <circle cx="11.5" cy="11.3" r="2.7" fill="currentColor"></circle>
  27. <circle cx="11.5" cy="19.5" r="2.7" fill="currentColor"></circle>
  28. <circle
  29. opacity="0.2"
  30. cx="11.5"
  31. cy="3.25"
  32. r="2.7"
  33. fill="currentColor"
  34. ></circle>
  35. <circle
  36. opacity="0.2"
  37. cx="19.5"
  38. cy="3.25"
  39. r="2.7"
  40. fill="currentColor"
  41. ></circle>
  42. <circle cx="19.5" cy="11.3" r="2.7" fill="currentColor"></circle>
  43. <circle
  44. opacity="0.2"
  45. cx="19.5"
  46. cy="19.5"
  47. r="2.7"
  48. fill="currentColor"
  49. ></circle>
  50. </svg>
  51. <a href="/"><h1>Tailscale OIDC Identity Provider</h1></a>
  52. </nav>
  53. </header>