initial setup of website

This commit is contained in:
2023-03-10 18:38:27 +01:00
parent 0d4191eec3
commit 5ca3e383a6
26 changed files with 387 additions and 30 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/footerstyle.css">
<title>footer</title>
</head>
<body>
<div class="footer">
</div>
</body>
</html>