test-docker / templates /index.html
ZakharZokhar's picture
Update templates/index.html
a0196ab verified
raw
history blame
No virus
176 Bytes
<!-- templates/index.html -->
<!DOCTYPE html>
<html>
<head>
<title>FastAPI Example</title>
</head>
<body>
<h1>FastAPI Example</h1>
<p>{{ text }}</p>
</body>
</html>