Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
neil-code
/
static-app
like
0
Running
App
Files
Files
Community
b61b316
static-app
/
home.html
neil-code
Create home.html
b61b316
verified
9 months ago
raw
Copy download link
history
blame
Safe
190 Bytes
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Home
</
title
>
</
head
>
<
body
>
<
h1
>
Home
</
h1
>
<
h3
>
<
a
href
=
"index.html"
>
Index
</
a
>
</
h3
>
</
body
>
</
html
>