Skip to content

Commit

Permalink
Update and rename app.js to app.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DelNyal committed Jun 1, 2023
1 parent dc86785 commit a55e199
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app.js → app.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

<html>
<head>
</head>
<body>
<script>
const urlParams = new URLSearchParams(window.location.search);

const somedata = urlParams.get('url');
Expand All @@ -22,4 +26,6 @@
console.error('Error:', error);

});

</script>
</body>
</html>

0 comments on commit a55e199

Please sign in to comment.