67 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			67 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
<!doctype html>
 | 
						|
<html lang="en">
 | 
						|
    <center>
 | 
						|
    <head>
 | 
						|
        
 | 
						|
    
 | 
						|
        <meta charset="utf-8">
 | 
						|
        <link rel="stylesheet" href="/static/stylesheet.css">
 | 
						|
        <title>Stefan's Blog</title>
 | 
						|
        <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
    <div class="menu">
 | 
						|
    <a href="/" style="text-decoration:none">Stefan Etringer's Website</a>
 | 
						|
    </div>
 | 
						|
    <style>
 | 
						|
        /* Stylesheet 1 */
 | 
						|
        body { background: #2f333d; color: #979fad; }
 | 
						|
        hr{ color: #979fad; border-color: #979fad; }
 | 
						|
        pre { background: #282c34; color: #979fad; border: 1px solid #282c34; }
 | 
						|
        code { background: #282c34; color: #979fad; }
 | 
						|
        a:hover { color: #be5046; }
 | 
						|
        details > summary { background: #282c34; }
 | 
						|
        details > summary:hover { background: #2f333d; color: #979fad; }
 | 
						|
        ::selection { background: #668799; }
 | 
						|
        ::-moz-selection { background: #668799; }
 | 
						|
    </style>
 | 
						|
 | 
						|
<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"> 
 | 
						|
       <p>Welcome to my website</p>
 | 
						|
       <span class="index">
 | 
						|
       
 | 
						|
       <p><a href="/blog/Directory%20Writeup%20%E2%80%94%20TryHackMe/index.html">2025-07-20  Directory Writeup — TryHackMe</a></p>
 | 
						|
       
 | 
						|
       <p><a href="/blog/Restoring%20(NT)Backups%20From%20a%20SCSI%20Tape%20Drive/index.html">2023-09-27  Restoring (NT)Backups From a SCSI Tape Drive</a></p>
 | 
						|
       
 | 
						|
       <p><a href="/blog/The%20Joy%20of%20One-Liners/index.html">2022-05-29  The Joy of One-Liners</a></p>
 | 
						|
       
 | 
						|
       <p><a href="/blog/Keep%20It%20Simple/index.html">2021-06-01  Keep It Simple</a></p>
 | 
						|
       
 | 
						|
        </span>
 | 
						|
</div>
 | 
						|
        <div id="footer">
 | 
						|
            
 | 
						|
    <hr/>
 | 
						|
<p></p>
 | 
						|
    <center>
 | 
						|
            © Stefan Etringer
 | 
						|
    </center>
 | 
						|
            
 | 
						|
        </div>
 | 
						|
    </body>
 | 
						|
</html> |