Remove the "The"
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-06-30 20:37:10 +02:00
parent ad1d46cc2c
commit ea2501fe05
4 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,3 @@
"""The Magic App."""
from flask import Flask, render_template, send_from_directory
app = Flask(__name__)

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>The Magic App</title>
<title>Magic App</title>
</head>
<body>
Hello, World.