35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| <head>
 | |
|     <!--#include virtual="/head.html" -->
 | |
|     <title>bbaovanc's Website</title>
 | |
| 
 | |
|     <meta name="subject" content="bbaovanc's Website" />
 | |
|     <meta name="description" content="This is my personal website" />
 | |
|     <meta name="url" content="https://bbaovanc.com/" />
 | |
|     <meta name="reply-to" content="contact@bbaovanc.com" />
 | |
| 
 | |
|     <meta name="og:type" content="website" />
 | |
|     <meta name="og:title" content="bbaovanc's Website" />
 | |
|     <meta name="og:url" content="https://bbaovanc.com/" />
 | |
|     <meta name="og:site_name" content="bbaovanc's Website" />
 | |
|     <meta name="og:description" content="This is my personal website" />
 | |
|     <meta name="og:email" content="contact@bbaovanc.com" />
 | |
|     <meta name="og:image" content="/bbaovanc-1024.png" />
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|     <!--#include virtual="/header.html" -->
 | |
|     <!--#include virtual="/navbar.html" -->
 | |
| 
 | |
|     <div class="row">
 | |
|         <div class="main">
 | |
|             <p>I added a donation page, just in case someone wants to donate cryptocurrency.</p>
 | |
|         </div>
 | |
|     </div>
 | |
| 
 | |
| </body>
 | |
| 
 | |
| </html>
 |