Kuldeep-AI / test.html
Kuldeepmishra3's picture
Initial commit - New independent project (cloned from Hugging Face deployed version)
b154aa8
Raw
History Blame Contribute Delete
350 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div class="myapp">mY APP</div>
<iframe
src="https://parthmax-documind-ai.hf.space"
frameborder="0"
width="1000"
height="650"
></iframe>
</body>
</html>