Emelie Graven
77e80e71d0
All checks were successful
continuous-integration/drone/push Build is passing
17 lines
388 B
HTML
17 lines
388 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>Graven</title>
|
|
<meta charset="utf8">
|
|
<meta name="viewport" content="width-device-width, initial-scale=1">
|
|
<meta name="description" content="Graven family homepage">
|
|
<link rel="stylesheet" type="text/css" href="static/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<p><a href="amanda/">Amanda</a></p>
|
|
<p><a href="emelie/">Emelie</a></p>
|
|
</body>
|
|
</html>
|