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 Feb 13, 2024
1 parent 27f2ab2 commit 4e2d397
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Private/scripts/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -447,15 +447,20 @@ function startApp() {
<?PHP else: ?>

<body style="background:#dadada no-repeat; background-size: cover; background-attachment: fixed; background-position: center;">
<div id="AFHint">

<?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "jscheck.html")): ?>
<?php include(APP_PATH . DIRECTORY_SEPARATOR . "jscheck.html"); ?>
<?php endif; ?>

<!--<div id="AFHint">
<button type="button" class="close" aria-label="Close" onclick="closeMe(this);" style="position:relative; top:5px; left:-7px;">
<span aria-hidden="true" style="color:black; font-weight:900;">&times;</span>
</button>
<br>
<span onclick="showHowTo();"><?PHP echo(getResource0("How-to: Manage your avatars in Avatar Free", $lang));?></span>
<br><br>
</div>
<div id="header" class="header" style="margin-top:18px;margin-bottom:18px;">
</div> -->
<div class="header" style="margin-top:18px;margin-bottom:18px;">
<a href="http://avatarfree.5mode-foss.eu" target="_self" style="color:#000000; text-decoration: none;">&nbsp;<img src="Public/res/AFlogo.png" align="middle" style="position:relative;top:-5px;width:22px;">&nbsp;Avatar Free</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/par7133/AvatarFree" style="color:#000000;"><span style="color:#119fe2">on</span> github</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:posta@elettronica.lol" style="color:#000000;"><span style="color:#119fe2">for</span> feedback</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="tel:+39-378-0812391" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:#000000;height:27px;text-decoration:none;">&nbsp;&nbsp;get support&nbsp;&nbsp;</a>
</div>
<div id="headerMob" class="header" style="margin-top:18px;margin-bottom:18px;display:none">
Expand Down

0 comments on commit 4e2d397

Please sign in to comment.