1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-11 12:11:06 +02:00

signup: fix script path

This commit is contained in:
Kushagra Gour
2024-05-14 16:28:39 +05:30
parent 5112cca563
commit fa5da01aa9

View File

@ -1,11 +1 @@
<!doctype html>
<html>
<head>
<title>signInWithPopup</title>
</head>
<body>
<h1>signInWithPopup</h1>
<script src="/index.a3cfa626.js" defer=""></script>
</body>
</html>
<!doctype html><html><head><title>signInWithPopup</title></head><body> <h1>signInWithPopup</h1> <script type="module" src="/signup/index.1903c1b7.js"></script> </body></html>