| 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/vtginfo/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<title>CSS Template</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
font-family: Verdana, sans-serif;
}
body {
margin: 0;
font-family: Verdana, sans-serif;
}
h2 {
text-shadow: 3px 3px LightBlue;
}
/* Style the top navigation bar */
.topnav {
overflow: hidden;
background-color: whiteDark;
}
/* Style the topnav links */
.topnav a {
float: right;
display: block;
color: DarkBlue;
font-weight: bold;
text-align: center;
padding: 30px 30px;
text-decoration: none;
}
/* Change color on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}
/* Style the content */
.content1 {
background-color: #ddd;
padding: 10px;
height: 700px; /* Should be removed. Only for demonstration */
/* background-image: url('vtg_2.png'); */
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 1280px 780px;
}
/* Style the footer */
.footer1 {
background-color: DodgerBlue;
padding: 2px;
text-align: right;
font-size: 20px;
text-color: dark blue;
font-weight: bold;
}
</style>
</head>
<body>
<div class="topnav">
<video style = "height: 80px" autoplay muted loop playsinline id="snimak1">
<source src = "assets/videos/logo.mp4" type="video/mp4"></video>
<a href="#">Link</a>
<a href="#">Link</a>
<a href="#">Vetroing</a>
</div>
<div class="content1">
<h2 style="font-size: 100px; font-weight: bold; color: DarkBlue; text-align: center; line-height: 1">VETROGENERATOR</h2>
<h2 style="font-size: 100px; font-weight: bold; color: DarkBlue; text-align: center; line-height: 0.001">INFO - SISTEM</h2>
<p style="font-size: 26px; font-style: italic; color: DarkBlue; text-align: justify; margin-left: 400px; margin-right: 100px" >
Dobro došli na informacioni sistem za praćenje parametara rada vetrogeneratora. Parametri su podeljeni u tri grupe:
meteorološki, mehanički, električni.
</p>
</div>
<div class="footer1">
<p style="color: Blue">Copyright © 2023 <a href="http://timca.ddns.net">TIM Group</a></p>
</div>
</body>
</html>