23 lines
		
	
	
		
			750 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			750 B
		
	
	
	
		
			HTML
		
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
    <link rel="preconnect" href="https://fonts.googleapis.com">
 | 
						|
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
 | 
						|
    <link href="https://fonts.googleapis.com/css2?family=Rampart+One&family=Shantell+Sans:wght@400;600&display=swap" rel="stylesheet">
 | 
						|
    <link rel="stylesheet" href="styles.css">
 | 
						|
    <link rel="me" href="https://im-in.space/@Yuki">
 | 
						|
    <title>contact - Yuki's website</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <main>
 | 
						|
        <p>
 | 
						|
            thanks for your hopefully kind message :)
 | 
						|
        </p>
 | 
						|
        <p>
 | 
						|
            <a href=".">go back</a>
 | 
						|
        </p>
 | 
						|
    </main>
 | 
						|
</body>
 | 
						|
</html> |