Skip to content

Instantly share code, notes, and snippets.

@Mikepicker
Created September 26, 2022 16:38
Show Gist options
  • Select an option

  • Save Mikepicker/abd3ef68194505ae8a62144a709289e7 to your computer and use it in GitHub Desktop.

Select an option

Save Mikepicker/abd3ef68194505ae8a62144a709289e7 to your computer and use it in GitHub Desktop.
<html>
<head>
...
</head>
<body>
<div x-data="lists" class="container">
<nav>
<ul>
<li>
<h1 style="margin:0; text-align: center; cursor: pointer">DooDoo</h1>
</li>
</ul>
<ul>
<li><i x-show="!showLogin" @click="logout()" class="bx bx-log-out bx-md" style="cursor: pointer"></i></li>
</ul>
</nav>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment