21 lines
909 B
PHP
21 lines
909 B
PHP
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="es">
|
||
|
|
<head>
|
||
|
|
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<link rel="stylesheet" href="boot/css/bootstrap.css">
|
||
|
|
<link rel="stylesheet" href="boot/css/bootstrap.min.css">
|
||
|
|
<link rel="stylesheet" href="css/styles.css">
|
||
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||
|
|
<script src="js/jquery-3.2.1.min.js" type="text/javascript"></script>
|
||
|
|
|
||
|
|
<title>Inventario de equipos</title>
|
||
|
|
<link rel="icon" type="img/png" href="img/Escudo-UNAM-escalable-blanco.png">
|
||
|
|
</head>
|
||
|
|
<header>
|
||
|
|
<a href="https://unam.mx"><img id="logo" src="img/logo-UNAM.svg" alt="Logo UNAM" align="left" height="50" width="50"></a>
|
||
|
|
<a href="https://acatlan.unam.mx"><img id="logoF" src="img/logo-FES.svg" alt="Logo FES Acatlán" align="left" height="55" width="175"></a>
|
||
|
|
<h3 id="tittle">CEDETEC</h3>
|
||
|
|
</header>
|