First commit
This commit is contained in:
13
templates/index.html
Normal file
13
templates/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{{ flask_name }}</title>
|
||||
<link rel="stylesheet" href="/static/index.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>A lot TO-DO!</h1>
|
||||
<hr>
|
||||
<p>Just a first demo!</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user