CoolFace
Apppublic

LegendaryToe/SqlParser

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
zzzindex.html14 linesDownload Raw Back to root
1<!DOCTYPE html>2<html lang="en">3<head>4    <meta charset="UTF-8">5    <meta name="viewport" content="width=device-width, initial-scale=1.0">6    <title>My Hugging Face Space</title>7</head>8<body>9    <h1>Welcome to My Space</h1>10    <p>This is a Hugging Face Space using HTML5.</p>11    <button onclick="alert('Hello from Hugging Face!')">Click Me!</button>12</body>13</html>14