46 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
<!doctype html>
 | 
						|
<html lang="en">
 | 
						|
    <center>
 | 
						|
    <head>
 | 
						|
        
 | 
						|
    
 | 
						|
        <meta charset="utf-8">
 | 
						|
        <link rel="stylesheet" href="/static/stylesheet.css">
 | 
						|
        <title>Hello, this is my </title>
 | 
						|
        <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
    <div class="menu">
 | 
						|
    <a href="/" style="text-decoration:none">Stefan Friese's Website</a>
 | 
						|
    </div>
 | 
						|
<hr style="width: 36ch;"/>
 | 
						|
    <div class="menu">
 | 
						|
    <a href="/about.html" style="text-decoration:none">about </a>    
 | 
						|
    <a href="/contact.html" style="text-decoration:none">contact </a>
 | 
						|
    <a href="/rss.xml" style="text-decoration:none">rss </a>
 | 
						|
    <a href="https://git.stefan.works" style="text-decoration:none">git</a>
 | 
						|
    </div>
 | 
						|
    <br><br>
 | 
						|
<p></p>
 | 
						|
    <hr/>
 | 
						|
    </center>
 | 
						|
<p></p>
 | 
						|
        
 | 
						|
 | 
						|
    </head>
 | 
						|
    <body>
 | 
						|
        <div lang="en" class="content">
 | 
						|
<div class="contact">
 | 
						|
<p>My address is <b>mail at stefan.works</b></p>
 | 
						|
<p>If there's something on your heart write me an email :)</p>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
        <div id="footer">
 | 
						|
            
 | 
						|
    <hr/>
 | 
						|
<p></p>
 | 
						|
    <center>
 | 
						|
            © Stefan Friese
 | 
						|
    </center>
 | 
						|
            
 | 
						|
        </div>
 | 
						|
    </body>
 | 
						|
</html> |