62 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| <head>
 | |
|     <meta charset="UTF-8" />
 | |
|     <title>bbaovanc's Website</title>
 | |
|     <link rel="stylesheet" href="style.css" />
 | |
| 
 | |
|     <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
 | |
|     <link rel="alternate icon" href="/favicon.ico" />
 | |
| 
 | |
|     <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" />
 | |
| 
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1" />
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|     <!--#include file="/header.html" -->
 | |
|     <!--#include file="/navbar.html" -->
 | |
| 
 | |
|     <div class="row">
 | |
|         <div class="main">
 | |
|             <form method="post" action="https://searx.bbaovanc.com" target="_blank" rel="noreferrer">
 | |
|                 <!-- search      -->
 | |
|                 <input type="search" name="q" placeholder="Search with Searx" />
 | |
|                 <!-- categories  -->
 | |
|                 <!-- <input type="hidden" name="categories" value="general,social media" /> -->
 | |
|                 <select name="categories" id="categories">
 | |
|                     <option value="general">General</option>
 | |
|                     <option value="OSS">OSS</option>
 | |
|                     <option value="images">Images</option>
 | |
|                 </select>
 | |
|                 <!-- language    -->
 | |
|                 <input type="hidden" name="lang" value="all" />
 | |
|                 <!-- locale      -->
 | |
|                 <input type="hidden" name="locale" value="en" />
 | |
|                 <!-- date filter -->
 | |
|                 <!-- <input type="hidden" name="time_range" value="month" /> -->
 | |
|                 <input type="submit" value="Search" />
 | |
|             </form>
 | |
| 
 | |
|             <p>Do you hear that? It's the sound of construction workers.</p>
 | |
|             <p>You probably never realized there's some useful links on the navigation bar above.</p>
 | |
|         </div>
 | |
|     </div>
 | |
| 
 | |
|     <!--#include file="/footer.html" -->
 | |
| </body>
 | |
| 
 | |
| </html>
 |