1 2 3 4 5 6 7 8 9 10 11 12 13
<div class="headerbar"> <div id="links" class="flex gap-3"> <button onclick="window.location.href='/'"> home </button> <button onclick="window.location.href='/blog'"> blog </button> <button onclick="window.location.href='https://github.com/getchoo'"> github </button> </div> </div>