Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
par7133 authored Sep 17, 2022
1 parent d030270 commit 8fde5d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Private/scripts/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ function startApp() {
?>
<div class="blog-content" style="margin-bottom:<?PHP echo($marginbottom);?>;width:100%;float:left;border:3px solid darkgray;border-radius:4px;color:#000000;">
<div class="blog-entry" style="min-height:120px;background:#FFFFFF;border:1px solid black;padding:30px;">
<?PHP echo(HTMLencode($s, true));?>
<?PHP echo(enableEmoticons(HTMLencode($s, true)));?>
</div>
</div>
<?PHP
Expand Down Expand Up @@ -719,7 +719,7 @@ function startApp() {
</div>


<div id="passworddisplay" style="float:left;position:fixed;top:680px;left:50px;width:255px;height:120px;background:darkgray;text-align:left;white-space:nowrap; font-family:'Bungee Hairline'; color:#000000; font-weight:900;z-index:99999;">
<div id="passworddisplay" style="float:left;position:fixed;top:680px;left:50px;width:255px;height:120px;background:darkgray;text-align:left;white-space:nowrap; font-family:Arial,Sans,Verdana; color:#000000; font-weight:900;z-index:99999;">
<br>
&nbsp;&nbsp;<input type="password" id="Password" name="Password" placeholder="password" style="font-size:18px; background:transparent; width: 60%; border-radius:3px; font-weight:900;" value="<?php echo($password);?>" autocomplete="off">&nbsp;<input type="submit" value="<?PHP echo(getResource0("Go", $lang));?>" style="text-align:left;width:25%;color:#000000;"><br>
&nbsp;&nbsp;<input type="text" id="Salt" placeholder="salt" style="position:relative; top:+5px; font-size:18px; background:transparent; width: 90%; border-radius:3px; font-weight:900;" autocomplete="off"><br>
Expand Down Expand Up @@ -750,4 +750,4 @@ function startApp() {
<?php endif; ?>

</body>
</html>
</html>

0 comments on commit 8fde5d7

Please sign in to comment.