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