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
6e86239
static-app
/
index.html
neil-code
Update index.html
6e86239
verified
9 months ago
raw
Copy download link
history
blame
Safe
190 Bytes
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Index
</
title
>
</
head
>
<
body
>
<
h1
>
Index
</
h1
>
<
h3
>
<
a
href
=
"home.html"
>
home
</
a
>
</
h3
>
</
body
>
</
html
>