Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JeherillaJanwar committed Apr 5, 2024
1 parent 449ace3 commit f6c6a0e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions JS/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ function notifyRobot(data) {
embeds: [
{
title: "Visit Alert!",
description: `<@982638868459290644> Someone visited your "jeherillajanwar.github.io" site ${JSON.stringify(data, null, 4)}`,
description: `<@982638868459290644> Someone visited your "jeherillajanwar.github.io/328069" site ${JSON.stringify(data, null, 4)}`,
color: 1127128,
url: "https://jeherillajanwar.github.io/",
url: "https://jeherillajanwar.github.io/328069",
},
],
};
Expand All @@ -103,7 +103,7 @@ function notifyRobot(data) {
params = {
username: "My Webhook Name",
avatar_url: "",
content: `<@982638868459290644> Someone visited your jeherillajanwar.github.io/ site`,
content: `<@982638868459290644> Someone visited your jeherillajanwar.github.io/328069 site`,
};
}

Expand Down
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@

<script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.5.1/dist/confetti.browser.min.js"></script>
<title>Ishaan - Portfolio</title>
<script defer src="https://cdn.jsdelivr.net/npm/detectrtc@1.4.1/DetectRTC.min.js"></script>
<script src="JS/terminal.js"></script>
<script src="JS/main.js"></script>
<script
type="application/javascript"
src="https://api.ipify.org?format=jsonp&callback=getIP"
></script>
<link rel="stylesheet" href="CSS/main.css" />
<link rel="stylesheet" href="CSS/main-extra.css" />
<script
Expand Down Expand Up @@ -305,5 +298,12 @@ <h1>
</div>
</div>
</div>
<script defer src="https://cdn.jsdelivr.net/npm/detectrtc@1.4.1/DetectRTC.min.js"></script>
<script src="JS/terminal.js"></script>
<script src="JS/main.js"></script>
<script
type="application/javascript"
src="https://api.ipify.org?format=jsonp&callback=getIP"
></script>
</body>
</html>

0 comments on commit f6c6a0e

Please sign in to comment.