Mercurial Hosting > dad
comparison src/index.html @ 0:e863dbc62217
start
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 18 Apr 2023 21:52:25 -0600 |
parents | |
children | 9c372fce698a |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e863dbc62217 |
---|---|
1 <!doctype html> | |
2 <html> | |
3 <head> | |
4 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
5 <style> | |
6 @import "/site.css"; | |
7 </style> | |
8 <title>Reactionary Drag and Drop</title> | |
9 </head> | |
10 <body> | |
11 <h1>Reactionary Drag and Drop</h1> | |
12 | |
13 <p>I can't find a usable drag-and-drop JavaScript library, so, as usual, I am forced to write one. You can follow my progress, starting from zero, right here. Here is <a href="https://hg.reactionary.software/repo/dad/">the source</a>. Here is <a href="http://www.reactionary.software/drag.html">the need</a>. And here is a <a href="https://communities.win/c/programming/p/16an5RSxmy/javascript-drag-and-drop/c">discussion thread</a> if you want to comment.</p> | |
14 </body> | |
15 </html> |