Skip to content

Commit 5de332b

Browse files
committed
Update auto
1 parent bc08078 commit 5de332b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

hello.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
<br>
1616
<form action=\"/creat.php\" method=\"post\">
1717
<br>
18-
<b>Password</b>
19-
<input type=\"text\" name=\"psd\" placeholder=\"No input means no setting\">
18+
<div class=\"input\">
19+
<input type=\"text\" name=\"psd\" placeholder=\"Set a password\">
20+
</div>
2021
<br><br>
2122
<input type=\"submit\" value=\" > Creat \">
2223
</form>
@@ -33,8 +34,9 @@
3334
<br>
3435
<form action=\"/jump.php\" method=\"post\">
3536
<br>
36-
<b>ID</b>
37-
<input type=\"number\" name=\"sid\">
37+
<div class=\"input\">
38+
<input type=\"number\" name=\"sid\" placeholder=\"Input your note ID\">
39+
</div>
3840
<br><br>
3941
<input type=\"submit\" value=\" > Go \">
4042
</form>

jump.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
echo "<title>Please wait...</title>";
23
$num=$_POST['sid'];
34
if($num==""){
45
echo "<script>window.location.href='/'</script>";

0 commit comments

Comments
 (0)