Server IP : 184.154.167.98 / Your IP : 3.149.242.223 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/oficios/layout/ |
Upload File : |
<!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><?php if(isset($title)){ echo $title; }?></title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> <link rel="stylesheet" href="style/main.css"> <script src="vendor/jquery/jquery-3.2.1.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> </head> <style type="text/css"> #bannertop{ background-image:url(../RDC_COVER.png); background-size: cover; background-repeat:no-repeat; background-position:center; height:510px; display: block; } @media (max-width:740px) { #bannertop{ background-image:url(../RDC_COVER_2.png); background-size: cover; background-repeat:no-repeat; background-position:center; height:310px; display: block; } } </style> <div id="bannertop"></div> <body> <div role="navigation" class="navbar navbar-inverse navbar-static-top"> <div class="container"> <div class="navbar-header"> <button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle" type="button"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="https://www.rdc2punto0.com/registro" class="navbar-brand">RDC 2.0</a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li class="active"><a href="index.php">Inicio</a></li> <li class="active"><a href="reg.php">Registro</a></li> <li class="active"><a href="subir.php">Equipo</a></li> <li class="active"><a href="perfil.php">Mi Perfil</a></li> </ul> </div><!--/.nav-collapse --> </div> </div>