Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ginigen
/
Sign-language
like
0
Building
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b056295
Sign-language
/
src
/
templates
/
error.html
ginipick
Create error.html
f4e1cfc
verified
5 months ago
raw
Copy download link
history
blame
Safe
230 Bytes
<!-- templates/error.html -->
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
에러 페이지
</
title
>
</
head
>
<
body
>
<
h1
>
에러가 발생했습니다.
</
h1
>
<
p
>
{{ error }}
</
p
>
</
body
>
</
html
>