This commit is contained in:
2023-06-27 14:58:28 +05:00
parent 8e05bba5d4
commit 681c1455f6
6 changed files with 191 additions and 163 deletions

11
views/header.ejs Normal file
View File

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