Files
fastapi-admin/examples/templates/home.html
long2ice 04d5e04dee fix rest
add custom home view
2020-04-26 15:45:39 +08:00

8 lines
202 B
HTML

<div class="animated fadeIn">
<div class="row"></div>
<div class="jumbotron mt-3"><h1 class="display-4">Welcome to FastAPI ADMIN</h1>
<div class="lead">
</div>
</div>
</div>