awacke1's picture
Create frontend/index.html
1907d8a verified
raw
history blame
191 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Paste Image to Chat</title>
</head>
<body>
<div id="paste-target">Paste an image here (Ctrl+V)</div>
<script src="main.js"></script>
</body>
</html>