You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
19 lines
604 B
19 lines
604 B
<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> |