wisdom/templates/index.html

20 lines
367 B
HTML

<!DOCTYPE html5>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Wisdom</title>
<meta
charset="utf-8"
name="viewport"
/>
</head>
<body id="body">
<div class="main">
<br>
<a href="./frakes">Wisdom website asks you things</a>
<a href="./cooking">Cooking wisdom</a>
<br>
</div>
</body>
</html>