gomesite/socials/index.html

27 lines
1.1 KiB
HTML

<!DOCTYPE html>
<head>
<title>gome — socials</title>
<meta charset='utf-8'/>
<meta name='theme-color' content='#fffcf7'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, shrink-to-fit=no'/>
<link rel='icon' type='image/x-icon' href='../favicon.ico'>
<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=Lora:ital@0;1&display=swap' rel='stylesheet'>
<link rel='stylesheet' type='text/css' href='../css/style.css'/>
</head>
<body>
<header id='header'>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-left" id='back-arrow'><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>
<a id='back' href='..'>back to gomepage</a>
</header>
<h1>Socials</h1>
<main>
<p>Just a stub for now.</p>
</main>
<footer>
<img src='../img/hole_gome.webp' />
</footer>
</body>
</html>