File tree 4 files changed +16
-15
lines changed
4 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ pre > code {
160
160
}
161
161
162
162
.ping-frame {
163
- height : 70 vh ;
163
+ height : 50 vh ;
164
164
width : 80vw ;
165
165
border-style : none;
166
166
}
Original file line number Diff line number Diff line change 7
7
{% block body %}
8
8
< h1 > Minecraft Server Tester</ h1 >
9
9
< div id ="select-ping " class ="execute-ping-container ">
10
- < form class ="execute-ping-stack " action ="{{ root_url }}/ping/redirect ">
11
- < label for ="address-entry " hidden > Server address</ label >
12
- < input id ="address-entry " placeholder ="Server address " name ="address " />
13
- < div class ="select-ping ">
14
- < button type ="submit " name ="edition " class ="java " value ="java ">
15
- Ping Java
16
- </ button >
17
- < div class ="widen "> </ div >
18
- < button type ="submit " name ="edition " class ="bedrock " value ="bedrock ">
19
- Ping Bedrock
20
- </ button >
21
- </ div >
22
- </ form >
10
+ {% include "ping-form.html" %}
23
11
< div class ="small-vspacer "> </ div >
24
12
< div id ="server-status "> </ div >
25
13
< div class ="small-vspacer "> </ div >
Original file line number Diff line number Diff line change
1
+ < form class ="execute-ping-stack " action ="{{ root_url }}/ping/redirect ">
2
+ < label for ="address-entry " hidden > Server address</ label >
3
+ < input id ="address-entry " placeholder ="Server address " name ="address " />
4
+ < div class ="select-ping ">
5
+ < button type ="submit " name ="edition " class ="java " value ="java ">
6
+ Ping Java
7
+ </ button >
8
+ < div class ="widen "> </ div >
9
+ < button type ="submit " name ="edition " class ="bedrock " value ="bedrock ">
10
+ Ping Bedrock
11
+ </ button >
12
+ </ div >
13
+ </ form >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ <h1>Pinging <code>{{ hostname }}</code></h1>
10
10
class ="ping-frame "
11
11
src ="{{ root_url }}/internal/ping-frame/{{ edition }}/{{ hostname }} "
12
12
> </ iframe >
13
- < a role =" button " href =" {{ root_url }} " > Ping Another </ a >
13
+ {% include "ping-form.html" %}
14
14
</ div >
15
15
</ div >
16
16
< div class ="vspacer "> </ div >
You can’t perform that action at this time.
0 commit comments