web / wwwroot /index.html
victorgeek's picture
Upload folder using huggingface_hub
9552aa0 verified
raw
history blame
224 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>It works!</title>
</head>
<body>
<h1>It works!</h1>
</body>
</html>