Skip to content

Commit cd418c8

Browse files
Improve description more
1 parent aca60ba commit cd418c8

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

assets/api/index.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
<meta property="og:site_name" content="mcpingme API" />
1717
<meta
1818
property="og:description"
19-
content="valkyrie_pilot's minecraft server testing API. Pings RakNet, Netty, and Legacy servers using SLP, and the Mojang API using reqwest. https://github.com/randomairborne/mcping"
19+
content="A simple API for pinging Minecraft Java and Bedrock edition servers. Also included: A system to test if some minecraft services are working. Free for all to use."
20+
/>
21+
<meta
22+
property="description"
23+
content="A simple API for pinging Minecraft Java and Bedrock edition servers. Also included: A system to test if some minecraft services are working. Free for all to use."
2024
/>
2125
<title>Minecraft server tester</title>
2226
</head>

assets/index.html

+9-3
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."
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."
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."
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."
2323
/>
2424
<title>Minecraft server tester</title>
2525
</head>
@@ -46,7 +46,13 @@ <h1>Minecraft server tester</h1>
4646
<div id="status"></div>
4747
</div>
4848
<div class="response" id="response" style="display: none">
49-
<img id="favicon" height="256" width="256" alt="The pixel-art icon for this server." src="/icon.png" /><br />
49+
<img
50+
id="favicon"
51+
height="256"
52+
width="256"
53+
alt="The pixel-art icon for this server."
54+
src="/icon.png"
55+
/><br />
5056
Server online!
5157
<div id="latency"></div>
5258
<div id="players"></div>

0 commit comments

Comments
 (0)