Skip to content

Commit

Permalink
Update meta tags and fix script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
odtheking committed Jan 28, 2024
1 parent c8bc18e commit 18b174e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
6 changes: 5 additions & 1 deletion cheater.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@
<script src="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css">
<link rel="shortcut icon" type="image/png" href="assets/od.png"/>

<title>OdinClient Download - Official Website</title>
<meta name="description" content="Introducing OdinClient - Download your Hypixel Skyblock mod from the official website">
<meta name="keywords" content="skyblock,cheat,mod,forge,client,legit,download,hypixel,OdinClient">

<meta property="og:type" content="website"/>
<meta property="og:title" content="Odin - Official Website."/>
<meta property="og:description" content=""/>
<meta property="og:site_name" content="Odin - Official Website.">
</head>


Expand Down
9 changes: 8 additions & 1 deletion legit.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,18 @@
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css">
<link rel="icon" type="image/png" href="assets/od.png">
<meta name="google-site-verification" content="R0kH0gOoNvqU_CmBEigHLWPYra123VUyaK6j7pZJxvU" />

<title>Odin Download - Official Website</title>
<meta name="author" content="Odin">
<meta name="description" content="Introducing Odin - Download your Hypixel Skyblock mod from the official website">
<meta name="keywords" content="skyblock,cheat,mod,forge,client,legit,download,hypixel,Odin">
<link rel="icon" type="image/png" href="assets/od.png">

<meta property="og:type" content="website"/>
<meta property="og:title" content="Odin - Official Website."/>
<meta property="og:description" content=""/>
<meta property="og:site_name" content="Odin - Official Website.">
</head>

<script src="script.js"></script>
Expand Down
12 changes: 6 additions & 6 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ function onClick() {

var image = document.getElementById('cat');
image.src = imageUrl;




// Now you can use the imageUrl variable in your code as needed.
} else {
console.error('No cat images found in the response');
Expand Down Expand Up @@ -211,7 +209,9 @@ function submitForm() {
fetch('https://ginkwsma75wud3rylqlqms5n240xyomv.lambda-url.eu-north-1.on.aws/', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
'Content-Type': 'application/json',
'Accept': 'application/json',
'Access-Control-Allow-Origin': '*',
},
body: jsonData
})
Expand All @@ -222,9 +222,9 @@ function submitForm() {

// You can check the response and take appropriate actions
if (data.success) {
// Login successful, do something
console.log('Login successful');
} else {
// Login failed, display an error message or take other actions
console.log('Login failed');
}
})
.catch(error => {
Expand Down

0 comments on commit 18b174e

Please sign in to comment.