This commit is contained in:
Yûki VACHOT 2021-10-18 09:13:17 +02:00
parent 82f1bc477f
commit 221bc6c5ff
3 changed files with 20 additions and 3 deletions

11
templates/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="{{ url_for('static', filename= 'css/style.css') }}">
<title>Flask App</title>
</head>
<body>
<h1>Welcome to Flask</h1>
</body>
</html>