Add templates and some directories.

This commit is contained in:
jgrogan 2024-08-27 08:14:54 +01:00
parent 1d1b5e5638
commit ec36e1d0d4
8 changed files with 12 additions and 2 deletions

2
templates/footer.html Normal file
View file

@ -0,0 +1,2 @@
</body>
</html>

7
templates/header.html Normal file
View file

@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="static/style.css">
<title>James Grogan</title>
</head>
<body>