puzzle/views/header.ejs
2023-06-27 14:58:28 +05:00

11 lines
222 B
Plaintext

<style>
header{
display: flex;
/* width: 90%; */
justify-content: space-evenly;
}
</style>
<header>
<div>puzzle</div>
<div><button onclick="logout();">logout</button></div>
</header>