Skip to content

Commit cfa3e5c

Browse files
Try some SEO
1 parent 3b2a3f3 commit cfa3e5c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<meta property="og:site_name" content="mcpingme" />
1616
<meta
1717
property="og:description"
18-
content="Simple, effective Minecraft server pinging. Ping Java and Bedrock servers with query and find out their advertised information. Check if Mojang or XBox services are having issues. All for free, without ads."
18+
content="Simple, ad-free Minecraft server tester. Ping Java and Bedrock servers with query and find out their advertised information. Check if Mojang or XBox services are having issues. All for free, without ads."
1919
/>
2020
<meta
2121
property="description"
22-
content="Simple, effective Minecraft server pinging. Ping Java and Bedrock servers with query and find out their advertised information. Check if Mojang or XBox services are having issues. All for free, without ads."
22+
content="Simple, ad-free Minecraft server tester. Ping Java and Bedrock servers with query and find out their advertised information. Check if Mojang or XBox services are having issues. All for free, without ads."
2323
/>
2424
<title>Minecraft server tester</title>
2525
</head>
@@ -86,6 +86,7 @@ <h1>Minecraft server tester</h1>
8686
fetch("https://v4.giveip.io/raw")
8787
.then((response) => response.text())
8888
.then((s) => (ipElement.innerText = s));
89+
8990
async function doPing(apiLocation) {
9091
let address = document.getElementById("address").value;
9192
specialBreak.style.display = null;

0 commit comments

Comments
 (0)