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