diff options
author | alyx <alyx@aleteoryx.me> | 2022-02-04 21:26:20 +0000 |
---|---|---|
committer | Aleteoryx <alyx@aleteoryx.me> | 2022-02-04 21:26:20 +0000 |
commit | 1b43c68210da0e45dce23f37cc2cad9717ca4d75 (patch) | |
tree | 93568f972414dd8a199b32d430e8a1dd713a21c8 /dnd.html | |
parent | fabe19e3d993fc57cbc1102f55cdfa26ab3009c7 (diff) | |
download | RRCUtils-1b43c68210da0e45dce23f37cc2cad9717ca4d75.tar.gz RRCUtils-1b43c68210da0e45dce23f37cc2cad9717ca4d75.tar.bz2 RRCUtils-1b43c68210da0e45dce23f37cc2cad9717ca4d75.zip |
chips now place at the center of the screen.
Diffstat (limited to 'dnd.html')
-rw-r--r-- | dnd.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dnd.html b/dnd.html new file mode 100644 index 0000000..2ac4693 --- /dev/null +++ b/dnd.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Document</title> +</head> +<body> + <div draggable>fucking shitting</div> + <div>shuttjgirongio</div> +</body> +</html>
\ No newline at end of file |