Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Thinkright20 authored Sep 1, 2022
1 parent 9b4a918 commit 7358933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ app.get('/', function(req, res) {
<body>
<center>
<br><br><br>
<h2 class="title">πŸŽ‰ <u>Congrats, I just grabbed your IP!</u></h2>
<h2 class="title"><u>Your IP Information:</u></h2>
<br><br>
<div class="container">
<h2 class="containertitle">πŸ“‘ Your IP Info</h2>
<h2 class="containertitle">πŸ“‘ IP Info</h2>
<br><br>
<h4>πŸ”— IP: ${req.ipInfo.ip || "IP could not be displayed"}</h4>
<br>
Expand Down Expand Up @@ -86,5 +86,5 @@ font-size: 35px;

app.listen(app.get('PORT'), function() {
console.log(`Application started with port ${PORT}`)
console.log(`Any Info that appears here means someone (can be you too) clicked onto your IP Grabber.`)
console.log(`Any Info that appears here means someone (can be you too) clicked onto your web app.`)
});

0 comments on commit 7358933

Please sign in to comment.