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.
		
		
		
		
		
			
		
			
				
					
					
						
							24 lines
						
					
					
						
							890 B
						
					
					
				
			
		
		
	
	
							24 lines
						
					
					
						
							890 B
						
					
					
				| <div class="cont-profile"> | |
|     <div id="profile"> | |
|         <div class="profile-header"> | |
|             <p class="">PROFILE</p> | |
|         </div>   | |
|         <video autoplay muted loop id="myVideo"> | |
|             <source src="/assets/profile/background.mp4" type="video/mp4"> | |
|           </video> | |
|         <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> |