mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-27 16:50:11 +02:00
Merge remote-tracking branch 'origin/master' into manifestv3
This commit is contained in:
3
packages/signup/README.md
Normal file
3
packages/signup/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
command to build
|
||||
|
||||
npx parcel build index.html --public-url /signup
|
1187
packages/signup/dist/index.1903c1b7.js
vendored
Normal file
1187
packages/signup/dist/index.1903c1b7.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
packages/signup/dist/index.1903c1b7.js.map
vendored
Normal file
1
packages/signup/dist/index.1903c1b7.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
11
packages/signup/dist/index.html
vendored
Normal file
11
packages/signup/dist/index.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>signInWithPopup</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>signInWithPopup</h1>
|
||||
|
||||
<script src="/index.a3cfa626.js" defer=""></script>
|
||||
</body>
|
||||
</html>
|
@@ -6,6 +6,6 @@
|
||||
<body>
|
||||
<h1>signInWithPopup</h1>
|
||||
|
||||
<script type="module" src="signInWithPopup.js"></script>
|
||||
<script type="module" src="./signInWithPopup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user