From 21dc99c7534106db9e2f3d3779ad6af9cae1b9b0 Mon Sep 17 00:00:00 2001 From: Erik Figueiredo Date: Mon, 16 Sep 2024 17:01:52 -0300 Subject: [PATCH] feat: suporte ao github pages brouseHistory --- index.html | 37 ++++++++++++++++++++++++++----------- public/404.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 11 deletions(-) create mode 100644 public/404.html diff --git a/index.html b/index.html index e4b78ea..96a67ce 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,28 @@ - - - - - Vite + React + TS - - -
- - - + + + + + + Vite + React + TS + + + + +
+ + + + \ No newline at end of file diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..04d34b6 --- /dev/null +++ b/public/404.html @@ -0,0 +1,43 @@ + + + + + + Single Page Apps for GitHub Pages + + + + + + + \ No newline at end of file