Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
adarshadda
/
Test
like
0
Sleeping
App
Files
Files
Community
4b5f136
Test
/
app
/
templates
/
basic.html
adarshadda
initial commit
b0dd51d
7 months ago
raw
Copy download link
history
blame
Safe
180 Bytes
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Basic Template
</
title
>
</
head
>
<
body
>
<
h1
>
Hello from a basic template!
</
h1
>
</
body
>
</
html
>