diff options
author | 2018-02-06 11:47:19 +0000 | |
---|---|---|
committer | 2018-02-06 11:47:19 +0000 | |
commit | 5c6bf7d2abee96e6baf6c2e851db503925fcc72a (patch) | |
tree | f9230655306c69e7578a344c3b12b162c6c79ed9 /templates | |
parent | Revert "Mart's Missing Files 2: Electric Boogaloo" (diff) |
Template rendering
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.gitkeep | 0 | ||||
-rw-r--r-- | templates/index.html | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/templates/.gitkeep b/templates/.gitkeep deleted file mode 100644 index e69de29b..00000000 --- a/templates/.gitkeep +++ /dev/null diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 00000000..07bd4541 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Python | Home</title> +</head> +<body> +<p>Coming soon:tm:</p> +</body> +</html>
\ No newline at end of file |