ZakharZokhar commited on
Commit
a0196ab
1 Parent(s): 4c364be

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +11 -0
templates/index.html CHANGED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- templates/index.html -->
2
+ <!DOCTYPE html>
3
+ <html>
4
+ <head>
5
+ <title>FastAPI Example</title>
6
+ </head>
7
+ <body>
8
+ <h1>FastAPI Example</h1>
9
+ <p>{{ text }}</p>
10
+ </body>
11
+ </html>