OHHHHH OUII SACHA JE JUTEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
parent
737f12c0da
commit
9e58d2a3df
5 changed files with 44 additions and 39 deletions
After Width: | Height: | Size: 69 KiB |
@ -1,19 +0,0 @@ |
||||
<div class="profile-header"> |
||||
<div></div> |
||||
<p class="">Profile</p> |
||||
<button id="btn-close"><p>X</p></button> |
||||
</div> |
||||
<div class="profile-content"> |
||||
<p class="tb-r">Name</p><p id="name"></p> |
||||
<p class="tb-r">Faction</p><p id="faction"></p> |
||||
<p class="tb-r">Credits</p><p id="credit"></p> |
||||
<p class="tb-r">Head Quaters</p><p id="hq"></p> |
||||
<p class="tb-r">Number of ships</p><p id="shipcount"></p> |
||||
</div> |
||||
|
||||
<div class="profile-footer"> |
||||
<button id="btn-logout"> |
||||
<img src="/assets/menu/logout.png" alt=""> |
||||
</button> |
||||
<button id="btn-token">COPY TOKEN</button> |
||||
</div> |
@ -0,0 +1,21 @@ |
||||
<div class="cont-profile"> |
||||
<div id="profile"> |
||||
<div class="profile-header"> |
||||
<p class="">Profile</p> |
||||
</div> |
||||
<div class="profile-content"> |
||||
<p class="tb-r">Name</p><p id="name"></p> |
||||
<p class="tb-r">Faction</p><p id="faction"></p> |
||||
<p class="tb-r">Credits</p><p id="credit"></p> |
||||
<p class="tb-r">Head Quaters</p><p id="hq"></p> |
||||
<p class="tb-r">Number of ships</p><p id="shipcount"></p> |
||||
</div> |
||||
|
||||
<div class="profile-footer"> |
||||
<button id="btn-logout"> |
||||
<img src="/assets/menu/logout.png" alt=""> |
||||
</button> |
||||
<button id="btn-token">COPY TOKEN</button> |
||||
</div> |
||||
</div> |
||||
</div> |
Loading…
Reference in New Issue