Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert dummy commits #1254

Merged
merged 2 commits into from
Aug 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 1 addition & 20 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,6 @@

<!-- Color the status bar on mobile devices -->
<meta name="theme-color" content="#000000">



<script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js">
</script>
<script>
$.getJSON("https://api.ipify.org?format=json", function(data) {

// Setting text of element P with id gfg
$("#gfg").html(data.ip);
})
</script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108091601-1"></script>
Expand All @@ -85,12 +72,6 @@
<noscript>
You need to enable JavaScript to run this app.
</noscript>

<center>
<h3>Public IP Address of user is:</h3>
<p id="gfg"></p>

</center>
<div id="root"></div>
<!--
This HTML file is a template.
Expand All @@ -104,4 +85,4 @@ <h3>Public IP Address of user is:</h3>
-->
</body>

</html>
</html>