28 lines
		
	
	
	
		
			793 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			793 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en-US">
 | |
|   <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <meta name="author" content="Aleksei Savin" />
 | |
|     <meta name="description" content="About page." />
 | |
|     <meta name="viewport" content="width=device-width" />
 | |
|     <title>About</title>
 | |
|   </head>
 | |
|   <body>
 | |
|     <main>
 | |
|       <h1>About</h1>
 | |
|       <p>
 | |
|         I'm lessavin (Aleksei Savin), a code developer from Russian Federation.
 | |
|       </p>
 | |
| 
 | |
|       <ul>
 | |
|         <li>Pronouns: he/him.</li>
 | |
|         <li>
 | |
|           Hobbies: <a href="https://codeberg.org/lessavin">code</a>,
 | |
|           <a href="https://myanimelist.net/profile/lessavin">anime</a>,
 | |
|           <a href="https://steamcommunity.com/id/lessavin">games</a>.
 | |
|         </li>
 | |
|         <li>Date of birth: april 12th (aries).</li>
 | |
|       </ul>
 | |
|     </main>
 | |
|   </body>
 | |
| </html>
 |