kkk2z1 commited on
Commit
1822c44
·
verified ·
1 Parent(s): d28a2ff

Create file/index.html

Browse files
Files changed (1) hide show
  1. file/index.html +11 -0
file/index.html ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="ja">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>HF Space Test</title>
6
+ </head>
7
+ <body>
8
+ <h1>Hello Hugging Face Spaces 🚀</h1>
9
+ <p>/file/index.html が表示されています</p>
10
+ </body>
11
+ </html>