Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mebubo
/
gpted
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gpted
/
frontend
/
public
/
index.html
mebubo
Snapshot
82b1b1d
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
193 Bytes
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
GPTed
</
title
>
<
link
rel
=
"stylesheet"
href
=
"index.css"
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
<
script
src
=
"index.js"
>
</
script
>
</
body
>
</
html
>