diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-12 12:19:49 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-12 12:19:51 -0700 |
commit | 221fe40a0440b86773ad17db967ed4335d9e4da9 (patch) | |
tree | 2f5b98ce74c4a49845f51a3edda5638b71aa153c /fatcat_scholar/templates | |
parent | c3b83184948711d285a9898f7bb901e0231cd0a9 (diff) | |
download | fatcat-scholar-221fe40a0440b86773ad17db967ed4335d9e4da9.tar.gz fatcat-scholar-221fe40a0440b86773ad17db967ed4335d9e4da9.zip |
fastapi infrastructure
- API/web distrinction
- language code prefixes
- content negotiation for endpoints
Diffstat (limited to 'fatcat_scholar/templates')
-rw-r--r-- | fatcat_scholar/templates/home.html | 8 | ||||
-rw-r--r-- | fatcat_scholar/templates/search.html | 1 |
2 files changed, 9 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> diff --git a/fatcat_scholar/templates/search.html b/fatcat_scholar/templates/search.html new file mode 100644 index 0000000..783cb47 --- /dev/null +++ b/fatcat_scholar/templates/search.html @@ -0,0 +1 @@ +<h1>Search template will go here</h2> |