awacke1 commited on
Commit
1907d8a
·
verified ·
1 Parent(s): 8b19313

Create frontend/index.html

Browse files
Files changed (1) hide show
  1. frontend/index.html +10 -0
frontend/index.html ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>Paste Image to Chat</title>
5
+ </head>
6
+ <body>
7
+ <div id="paste-target">Paste an image here (Ctrl+V)</div>
8
+ <script src="main.js"></script>
9
+ </body>
10
+ </html>