commit d48a429a6cdbfbe798517f409ce05d77a0d635ff
parent 3d4a589e5dc8f97a5fe94f5f8f42b97f2b6c7b52
Author: Adrián Oliva <[email protected]>
Date:   Fri, 19 May 2023 18:17:04 -0600

Welp, we needed JQuery to reset forms...

Diffstat:
Mindex.html | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html @@ -5,6 +5,10 @@ <link rel="icon" type="image/svg+xml" href="/src/favicon.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Vite App</title> + + <!-- Include jQuery --> + <script type="text/javascript" src="https://code.jquery.com/jquery-3.7.0.min.js"></script> + </head> <body> <div id="root"></div>