Spaces:
Runtime error
Runtime error
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>My Hugging Face Space</title> | |
| </head> | |
| <body> | |
| <h1>Welcome to My Space</h1> | |
| <p>This is a Hugging Face Space using HTML5.</p> | |
| <button onclick="alert('Hello from Hugging Face!')">Click Me!</button> | |
| </body> | |
| </html> | |