Start frontend project

This commit is contained in:
2021-04-07 21:23:37 -05:00
parent e04e991cfa
commit cf8885ed14
2 changed files with 7 additions and 1 deletions

5
.gitignore vendored
View File

@@ -135,4 +135,7 @@ dmypy.json
.pytype/
# Cython debug symbols
cython_debug/
cython_debug/
# npm
node_modules/

View File

@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Forget me not</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
{% block content %} {% endblock %}