Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
4
Running
on
Zero
App
Files
Files
Community
d47fd3e
fastapi_django_main_live
/
sample.html
kenken999
test
e130729
6 months ago
raw
Copy download link
history
blame
Safe
196 Bytes
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
My First HTML Sample
</
title
>
</
head
>
<
body
>
<
h1
>
Welcome to my first HTML sample!
</
h1
>
<
p
>
This is a paragraph of text.
</
p
>
</
body
>
</
html
>