0% found this document useful (0 votes)
2 views

ejemplo de codigo PHP pagina cargador sin java

This document is an HTML template for a web page titled 'NO NAME' that includes Bootstrap for styling and layout. It features a navigation bar with links to different sections like 'Walter 1', 'Walter 2', 'Ubicación', 'Contactos', 'Whatsapp', and 'Control Telefono'. Additionally, it includes an animated element using a Lottie player to display a loading animation.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

ejemplo de codigo PHP pagina cargador sin java

This document is an HTML template for a web page titled 'NO NAME' that includes Bootstrap for styling and layout. It features a navigation bar with links to different sections like 'Walter 1', 'Walter 2', 'Ubicación', 'Contactos', 'Whatsapp', and 'Control Telefono'. Additionally, it includes an animated element using a Lottie player to display a loading animation.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

<?

php

?>

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1">

<title>NO NAME</title>

<link rel="preconnect" href="https://fonts.gstatic.com">

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet" integrity="sha384-
QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous">

<link rel="stylesheet" type="text/css" href="css/style.css">

</head>

<body>

<nav class="navbar navbar-Black bg-black justify-content-


between">

<img src="img/logo.png" height="50" class="d-inline-block align-


top" alt="">

<form class="form-inline">

<a href="logout.php">Cerrar Sesión</a>

</form>

</nav>
<div class="container-fluid">

<div class="row flex-nowrap">

<div class="col-auto col-md-3 col-xl-2 px-sm-2 px-0 bg-dark">

<div class="d-flex flex-column align-items-center align-items-sm-start px-3 pt-2 text-white


min-vh-100">

<a class="d-flex align-items-center pb-3 mb-md-0 me-md-auto text-white text-


decoration-none">

<span class="fs-5 d-none d-sm-inline">Dispositivos</span>

</a>

<ul class="nav nav-pills flex-column mb-sm-auto mb-0 align-items-center align-items-sm-


start" id="menu">

<li class="nav-item">

<a href="walter1.php" class="nav-link align-middle px-0">

<i class="fs-4 bi-house"></i> <span class="ms-1 d-none d-sm-inline">Walter


1</span>

</a>

</li>

<li class="nav-item">

<a href="walter2.php" class="nav-link align-middle px-0">

<i class="fs-4 bi-house"></i> <span class="ms-1 d-none d-sm-inline">Walter


2</span>

</a>

</li>

<li>

<a href="ubicacion.php" class="nav-link px-0 align-middle">

<i class="fs-4 bi-table"></i> <span class="ms-1 d-none


d-sm-inline">Ubicación</span></a>

</li>

<li>

<a href="contactos.php" class="nav-link px-0 align-middle">


<i class="fs-4 bi-table"></i> <span class="ms-1 d-none
d-sm-inline">Contactos</span></a>

</li>

<li>

<a href="whatsapp.php" class="nav-link px-0 align-middle">

<i class="fs-4 bi-people"></i> <span class="ms-1 d-none


d-sm-inline">Whatsapp</span> </a>

</li>

<li>

<a href="control.php" class="nav-link px-0 align-middle">

<i class="fs-4 bi-people"></i> <span class="ms-1 d-none d-sm-inline">Control


Telefono</span> </a>

</li>

</ul>

<hr>

</div>

</div>

<script src="https://unpkg.com/@dotlottie/[email protected]/dist/dotlottie-
player.mjs" type="module"></script>

<div id="animacion">

<dotlottie-player
src="https://lottie.host/882738be-e367-4431-9eb9-7b169f9337fb/gALgkszocN.lottie"
background="transparent" speed="1" style="width: 300px; height: 300px" loop
autoplay></dotlottie-player>

<h1>

100%.......

</h1>

</div>

</div>

</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>

</body>

</html>

You might also like