Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4ee8e2e
fastapi_django_main_live
/
polls
/
controllers
/
django
/
polls
/
templates
/
base.html
kenken999
test
1f074d8
12 months ago
raw
Copy download link
history
blame
Safe
165 Bytes
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Polls
</
title
>
</
head
>
<
body
>
<
h1
>
Polls
</
h1
>
<
ul
>
{% block content %}{% endblock %}
</
ul
>
</
body
>
</
html
>