drag n drop

This commit is contained in:
Wavering Ana 2022-11-15 15:07:35 -05:00
parent e02e3d2946
commit 9358ba54cc
No known key found for this signature in database
GPG key ID: 51C992200FFA5281
4 changed files with 108 additions and 4 deletions

View file

@ -7,7 +7,6 @@
<link rel="stylesheet" href="/css/base.css">
<link rel="stylesheet" href="/css/index.css">
<link rel="stylesheet" href="/css/app.css">
<script src="/js/index.js"></script>
</head>
<body>
<section class="todoapp">
@ -27,7 +26,7 @@
<!---->
<div id="dropArea">
<p class="dragregion">Upload a file or drag n' drop into the dashed region</p>
<br>
<div id="gallery"></div>
<p class="dragregion"><input class="" type="file" id="fileupload" name="fileupload"><input type="submit"></p>
<p class="dragregion">Click the file to copy the url</p>
</div>
@ -57,5 +56,6 @@
<p><a href="https://l.nekomimi.pet/project">Created by Wavering Ana</a></p>
<p><a href="https://github.com/WaveringAna/Embedder">Github</a></p>
</footer>
<script src="/js/index.js"></script>
</body>
</html>