Create file/index.html
Browse files- 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>
|