| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/timinfo/ |
Upload File : |
<!DOCTYPE html>
<!--
******************************
Project: TIMINFO, 2022
Version: PHP-7
Author : Sinisa Randjic
Note :
******************************
-->
<html>
<head>
<link rel='shortcut icon' type='image/png' href='favicon.png'/>
<style>
body, html {
height: 100%;
margin: 0;
}
body {
background-image: url('sixstina.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.text {
text-align: center;
text-transform: uppercase;
font-family: verdana;
font-size: 100px;
font-weight: bold;
color: green;
text-shadow: 1px 1px 1px #919191,
1px 2px 1px #919191,
1px 3px 1px #919191,
1px 4px 1px #919191,
1px 5px 1px #919191,
1px 6px 1px #919191,
1px 7px 1px #919191,
1px 8px 1px #919191,
1px 9px 1px #919191,
1px 10px 1px #919191,
1px 18px 6px rgba(16,16,16,0.4),
1px 22px 10px rgba(16,16,16,0.2),
1px 25px 35px rgba(16,16,16,0.2),
1px 30px 60px rgba(16,16,16,0.4);
}
.p1 {
position: relative;
left: 200px;
font-family: verdana ;
font-size: 36px;
font-weight: bold;
color: darkgreen;
}
.container {
margin:auto;
}
.button1 {
cursor: pointer;
margin-left: 5px;
margin-bottom: 15px;
text-shadow: 0 -2px 0 #4a8a65, 0 1px 1px #c2dece;
box-sizing: border-box;
font-size: 2em;
font-family: Helvetica, Arial, Verdana, Sans-Serif;
text-decoration: none;
font-weight: bold;
color: #5ea97d;
height: 65px;
line-height: 65px;
padding: 0 32.5px;
display: inline-block;
width: auto;
background: linear-gradient(to bottom, #9ceabd 0%, #9ddab6 26%, #7fbb98 100%);
border-radius: 5px;
border-top: 1px solid #c8e2d3;
border-bottom: 1px solid #c2dece;
transition: all 0.06s ease-out;
position: relative;
top: 500px;
left: 850px;
}
.button1:visited {
color: #5ea97d;
}
.button1:hover {
background: linear-gradient(to bottom, #baf1d1 0%, #b7e4ca 26%, #96c7ab 100%);
}
.button1:active {
top: 500px;
text-shadow: 0 -2px 0 #7fbb98, 0 1px 1px #c2dece, 0 0 4px white;
color: white;
}
.button1:active:before {
top: 0;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7), 0 3px 9px rgba(0, 0, 0, 0.2);
}
.button1:before {
display: inline-block;
content: "";
position: absolute;
left: 0;
right: 0;
z-index: -1;
top: 6px;
border-radius: 5px;
height: 65px;
background: linear-gradient(to top, #1e5033 0%, #378357 6px);
transition: all 0.078s ease-out;
box-shadow: 0 1px 0 2px rgba(0, 0, 0, 0.3), 0 5px 2.4px rgba(0, 0, 0, 0.5), 0 10.8px 9px rgba(0, 0, 0, 0.2);
}
</style>
<h1 class = "text">TIM INFO </h1>
<h3 style="color:blue;"></h3>
<a href = "http://rasin.ddns.net/projects/timinfo/timinfo_sel.php" class = "button1">DALJE</a>
</head>
</html>