diff options
Diffstat (limited to 'fatcat_scholar/templates/home.html')
-rw-r--r-- | fatcat_scholar/templates/home.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html new file mode 100644 index 0000000..82eb69d --- /dev/null +++ b/fatcat_scholar/templates/home.html @@ -0,0 +1,8 @@ +<html> +<head> + <title>hello</title> +</head> +<body> +<h1>The Start</h1> +</body> +</html> |