16 lines
316 B
HTML
16 lines
316 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>
|
||
|
|
||
|
</body>
|
||
|
</html>
|