Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 authored Feb 27, 2024
1 parent e651eeb commit 6a8c327
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions server side/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,16 @@
padding: 0.3rem;
width: 100%;
zoom: 1.2;
}
}
a {
-webkit-text-stroke-width: thin;
color:white;
text-underline-offset: 5px;
}
a:hover {
-webkit-text-stroke-width: unset;
color:lightgray;
}
</style>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -40,7 +49,7 @@ function html_putPassword($msg){
return ("
<h1>Hello! ${_GET['name']}?</h1>
Create a password to take over this user register point (${_GET['id']}.${_GET['name']}) for your own use.
<br>Or just login if already registered.
<br>Or just login if already registered. <a target=\"_blank\" href=\"https://github.com/user95401/ProfileImage/issues\">Help...</a>
<br>$msg
<form method=\"post\">
<input value=\"${_POST['Password']}\" placeholder=\"Password\" type=\"Password\" name=\"Password\" required>
Expand All @@ -51,7 +60,7 @@ function html_saveImgLink($msg){
return ("
<h1>Hello, ${_GET['name']}! again.. huh</h1>
(${_GET['id']}.${_GET['name']})
<br>Now u can set link up to ur image:
<br>Now u can set link up to ur image: <span style=\"opacity: 0.5;\">its better if u put .png or .jpg, NOT .gif .webp .ico .bpm and stuff</span>
<br>$msg
<form method=\"post\">
<input value=\"${_POST['Password']}\" type=\"hidden\" name=\"Password\">
Expand Down Expand Up @@ -118,6 +127,7 @@ function userEntryContent($pass, $url){//php file gen
.user_block_img {
max-height: 180px;
min-height: 180px;
max-width: 100%;
}
.user_block_name {
margin-bottom: 0;
Expand All @@ -128,7 +138,7 @@ function userEntryContent($pass, $url){//php file gen
}
</style>
<details>
<summary style="font-size: xx-large;">Thanks for using!</summary>
<summary style="font-size: xx-large;">Thanks for use!</summary>
<div style="
display: flex;
flex-wrap: wrap;
Expand Down Expand Up @@ -157,4 +167,4 @@ function userEntryContent($pass, $url){//php file gen
}
?>
</div>
</details>
</details>

0 comments on commit 6a8c327

Please sign in to comment.