1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-27 16:50:11 +02:00
Files
php-web-maker/packages/signup/index.html
2024-05-09 17:09:14 +05:30

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>