From 441254886c2c721e5f46af76d945ca2e09f6cc0c Mon Sep 17 00:00:00 2001 From: pfych Date: Tue, 20 Aug 2024 08:14:27 +1000 Subject: [PATCH] Moved html files into src folder --- README.md | 4 ++-- scrolling.html => src/scrolling.html | 0 tiling.html => src/tiling.html | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename scrolling.html => src/scrolling.html (100%) rename tiling.html => src/tiling.html (100%) diff --git a/README.md b/README.md index 304844e..0101d1d 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ Small micro-projects that fit into a single HTML file. Used to experiment and me ## List -- [Animated background grid](./tiling.html) -- [Swipeable scrolling](./scrolling.html) +- [Animated background grid](./src/tiling.html) +- [Swipeable scrolling](./src/scrolling.html) diff --git a/scrolling.html b/src/scrolling.html similarity index 100% rename from scrolling.html rename to src/scrolling.html diff --git a/tiling.html b/src/tiling.html similarity index 100% rename from tiling.html rename to src/tiling.html