Skip to content

Commit aca60ba

Browse files
Improve description
1 parent 1e18d21 commit aca60ba

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

assets/index.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
<meta property="og:site_name" content="mcpingme" />
1616
<meta
1717
property="og:description"
18-
content="valkyrie_pilot's minecraft server tester. Pings RakNet, Netty, and Legacy servers using SLP, and the Mojang API using reqwest. https://github.com/randomairborne/mcping"
18+
content="Simple, effective Minecraft server pinging. Ping Java and Bedrock servers with query and find out their advertised information."
19+
/>
20+
<meta
21+
property="description"
22+
content="Simple, effective Minecraft server pinging. Ping Java and Bedrock servers with query and find out their advertised information."
1923
/>
2024
<title>Minecraft server tester</title>
2125
</head>
@@ -42,7 +46,7 @@ <h1>Minecraft server tester</h1>
4246
<div id="status"></div>
4347
</div>
4448
<div class="response" id="response" style="display: none">
45-
<img id="favicon" height="256" width="256" /><br />
49+
<img id="favicon" height="256" width="256" alt="The pixel-art icon for this server." src="/icon.png" /><br />
4650
Server online!
4751
<div id="latency"></div>
4852
<div id="players"></div>

0 commit comments

Comments
 (0)