File size: 191 Bytes
1907d8a |
1 2 3 4 5 6 7 8 9 10 |
<!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> |