testingspace / index.html
attacker-exploiting-everyone's picture
Update index.html
1229abb verified
raw
history blame contribute delete
338 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hugging Face Iframe</title>
</head>
<body>
<iframe src="https://ui.endpoints.huggingface.co/" width="100%" height="1000px" frameborder="0" allowfullscreen></iframe>
</body>
</html>