gomesite/contact.html

26 lines
776 B
HTML

<!DOCTYPE html>
<html lang='en'>
<head>
<title>gome — contact</title>
<meta charset='utf-8'/>
<meta name='theme-color' content='#efe5d7'>
<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='stylesheet' type='text/css' href='./css/fonts.css'/>
<link rel='stylesheet' type='text/css' href='./css/style.css'/>
</head>
<body>
<header id='header'>
<nav>
<a href='.'>back to gomepage</a>
</nav>
</header>
<main>
<p>
You can contact me at my Ctrl-C email: <code>gome<span style='user-select: none;'>&nbsp;&#8203;</span>@<span style='user-select: none;'>&nbsp;&#8203;</span>ctrl-c.club</code>.
</p>
</main>
</body>
</html>