SqlParser / zzzindex.html
LegendaryToe's picture
cp
cfe9d20
raw
history blame contribute delete
375 Bytes
<!DOCTYPE html>
<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>