Modify primary project structure by removing an extra layer

This commit is contained in:
Jan Philipp Timme 2020-11-01 14:38:48 +01:00
parent fa2443d11d
commit a0ff6fe601
Signed by: JPT
GPG Key ID: 5F2C85EC6F3754B7
13 changed files with 19 additions and 2 deletions

2
.gitignore vendored
View File

@ -6,4 +6,4 @@ __pycache__
*.sqlite3
# Ignore private.py since it contains secrets
shorturl/shorturl/private.py
shorturl/private.py

View File

@ -1 +0,0 @@
Foo! Bar!

7
shorturl/static/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Hello World!</title>
</head>
<body>
Hello World!
</body>
</html>