A working GH Page

This commit is contained in:
Jeff Triplett
2020-10-01 22:39:05 -05:00
parent 45dd0bc8eb
commit 7cf268a2cc
14 changed files with 108941 additions and 2 deletions

2
_includes/footer.html Normal file
View File

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

11
_includes/header.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Awesome Django</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="{{ site.baseurl }}/assets/style.css" />
</head>
<body class="debug-screens max-w-screen-lg mx-auto py-8 px-4 sm:px-6 lg:py-8 lg:px-8 border border-2">