initial commit
This commit is contained in:
13
app/templates/index.html
Normal file
13
app/templates/index.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>A Sample Python Flask Project</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div>A Sample Python Flask Project</div>
|
||||
<div>{{now}}</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user