gomesite/journal/index.html

26 lines
833 B
HTML

<!DOCTYPE html>
<head>
<title>gome — journal</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'>
<a id='back' href='..'>back to gomepage</a>
</header>
<h1>Journal</h1>
<main>
<p>Just a stub for now.</p>
</main>
<footer>
<img src='../img/mushrooms_1.webp' />
</footer>
</body>
</html>