Add templates and some directories.
This commit is contained in:
parent
1d1b5e5638
commit
ec36e1d0d4
8 changed files with 12 additions and 2 deletions
2
templates/footer.html
Normal file
2
templates/footer.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
</body>
|
||||
</html>
|
7
templates/header.html
Normal file
7
templates/header.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="static/style.css">
|
||||
<title>James Grogan</title>
|
||||
</head>
|
||||
<body>
|
Loading…
Add table
Add a link
Reference in a new issue