mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-27 16:50:11 +02:00
12 lines
187 B
HTML
12 lines
187 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>signInWithPopup</title>
|
|
</head>
|
|
<body>
|
|
<h1>signInWithPopup</h1>
|
|
|
|
<script type="module" src="./signInWithPopup.js"></script>
|
|
</body>
|
|
</html>
|