gh-pages
sepandhaghighi 2023-05-29 14:08:49 +04:30
rodzic 7132f8523a
commit e3de98bbb0
1 zmienionych plików z 14 dodań i 0 usunięć

14
gift/index.html 100644
Wyświetl plik

@ -0,0 +1,14 @@
<html>
<head>
</head>
<body>
<script>
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const code = urlParams.get('code')
console.log(code);
</script>
</body>
</html>