Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
HTML5CanvasGame
like
1
Running
App
Files
Files
Community
b7f181a
HTML5CanvasGame
/
index.html
awacke1
Update index.html
b7f181a
about 3 years ago
raw
Copy download link
history
blame
Safe
169 Bytes
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
Simple Canvas Game
</
title
>
</
head
>
<
body
>
<
script
src
=
"game.js"
>
</
script
>
</
body
>
</
html
>