Skip to content

Commit 2076b45

Browse files
reformat
1 parent 45eb7ad commit 2076b45

File tree

3 files changed

+41
-41
lines changed

3 files changed

+41
-41
lines changed

assets/api/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<meta name="viewport" content="width=device-width" />
99
<meta
1010
property="og:title"
11-
content="valkyrie_pilot's minecraft server testing API"
11+
content="mcping.me minecraft server testing API"
1212
/>
1313
<meta property="og:type" content="website" />
1414
<meta property="og:image" content="https://mcping.me/icon.png" />
1515
<meta property="og:url" content="https://mcping.me/api/" />
16-
<meta property="og:site_name" content="mcpingme API" />
16+
<meta property="og:site_name" content="mcping.me" />
1717
<meta
1818
property="og:description"
1919
content="A simple REST API for pinging Minecraft Java Edition and Bedrock edition servers. Also included: A system to test if some minecraft services are working. Free for all to use."

assets/index.css

+38-38
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,73 @@
11
@font-face {
2-
font-family: "Monaspace Neon";
3-
src: url("/MonaspaceNeon-Regular.woff");
4-
font-display: swap;
2+
font-family: "Monaspace Neon";
3+
src: url("/MonaspaceNeon-Regular.woff");
4+
font-display: swap;
55
}
66

77
body {
8-
text-align: center;
9-
background: hsl(200, 4%, 10%);
10-
font-family: "Monaspace Neon", "Courier New", "Courier", monospace;
11-
color: #ffffff;
12-
min-height: 98vh;
13-
display: grid;
14-
grid-template-rows: auto 1fr auto;
15-
overflow-x: hidden;
8+
text-align: center;
9+
background: hsl(200, 4%, 10%);
10+
font-family: "Monaspace Neon", "Courier New", "Courier", monospace;
11+
color: #ffffff;
12+
min-height: 98vh;
13+
display: grid;
14+
grid-template-rows: auto 1fr auto;
15+
overflow-x: hidden;
1616
}
1717

1818
body#apiBody {
19-
margin-left: 20%;
20-
margin-right: 20%;
19+
margin-left: 20%;
20+
margin-right: 20%;
2121
}
2222

2323
input {
24-
background: hsl(192, 2%, 40%);
25-
border: #1b8b77;
26-
color: #ffffff;
27-
padding: 20px;
28-
border-radius: 3px;
24+
background: hsl(192, 2%, 40%);
25+
border: #1b8b77;
26+
color: #ffffff;
27+
padding: 20px;
28+
border-radius: 3px;
2929
}
3030

3131
input::placeholder {
32-
color: hsl(192, 2%, 70%);
32+
color: hsl(192, 2%, 70%);
3333
}
3434

3535
a {
36-
color: #43baf4;
36+
color: #43baf4;
3737
}
3838

3939
img {
40-
image-rendering: pixelated;
40+
image-rendering: pixelated;
4141
}
4242

4343
button {
44-
border: none;
45-
border-radius: 5px;
46-
padding: 15px;
47-
color: white;
48-
cursor: pointer;
49-
display: inline-block;
50-
background-color: #43baf4;
51-
text-align: center;
52-
text-decoration: none;
44+
border: none;
45+
border-radius: 5px;
46+
padding: 15px;
47+
color: white;
48+
cursor: pointer;
49+
display: inline-block;
50+
background-color: #43baf4;
51+
text-align: center;
52+
text-decoration: none;
5353
}
5454

5555
footer {
56-
min-height: 50px;
57-
bottom: 0;
58-
padding: 10px;
59-
width: 100%;
56+
min-height: 50px;
57+
bottom: 0;
58+
padding: 10px;
59+
width: 100%;
6060
}
6161

6262
.java {
63-
background-color: chartreuse;
64-
color: black;
63+
background-color: chartreuse;
64+
color: black;
6565
}
6666

6767
.bedrock {
68-
background-color: black;
68+
background-color: black;
6969
}
7070

7171
.response {
72-
font-size: 20pt;
72+
font-size: 20pt;
7373
}

assets/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta property="og:type" content="website" />
1313
<meta property="og:image" content="https://mcping.me/icon.png" />
1414
<meta property="og:url" content="https://mcping.me/" />
15-
<meta property="og:site_name" content="mcpingme" />
15+
<meta property="og:site_name" content="mcping.me" />
1616
<meta
1717
property="og:description"
1818
content="Powerful, ad-free Minecraft server tester. Ping Java and Bedrock servers to check if they're working. Check if Mojang or XBox services are having issues. All for free, without ads."

0 commit comments

Comments
 (0)