-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: trying to increase request body size
- Loading branch information
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<!doctype html><html lang=\"en\"><head><title>ShrinkIt</title><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><script src=\"dist/htmx.min.js\" type=\"application/javascript\"></script><link href=\"dist/style.css\" rel=\"stylesheet\"></head><body><main class=\"flex flex-col items-center min-h-screen bg-[#F8F6E3] dark:bg-[#1B262C]\"> | ||
<!doctype html><html lang=\"en\"><head><title>ShrinkIt</title><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><script src=\"dist/htmx.min.js\" type=\"text/javascript\"></script><link href=\"dist/style.css\" rel=\"stylesheet\"></head><body><main class=\"flex flex-col items-center min-h-screen bg-[#F8F6E3] dark:bg-[#1B262C]\"> | ||
<h1 class=\"flex text-6xl font-bold text-[#7AA2E3] dark:text-[#BBE1FA] mt-40 mb-10 select-none\">ShrinkIt</h1><ul id=\"cards\" hx-get=\"/cards\" hx-vals=\"js:{"choice": localStorage.getItem("choice") || "image"}\" hx-trigger=\"load\" hx-swap=\"innerHTML\" class=\"flex flex-col md:flex-row justify-center items-center gap-16 mt-8 select-none\"><!--Will be swapped with cards--></ul></main></body></html> |