source: portal_2019/php/headEssential.php @ 2855bd1

devportal
Last change on this file since 2855bd1 was bbe2084, checked in by Angelo Osorio <danielking.321@…>, 5 years ago

Portal funcional

  • Property mode set to 100644
File size: 1.3 KB
Line 
1<!-- Meta Data - BEGIN -->
2<meta charset="UTF-8">
3<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
4<meta name="author" content="Ing. Angelo Osorio" />
5<meta name="author" content="Ing. Argenis Osorio" />
6<meta name="author" content="Ing. Pedro Buitrago" />
7<meta name="author" content="Ing. Laura Colina" />
8<meta name="author" content="Ing. Victor Bravo" />
9<meta name="author" content="Ing. Antonio Araujo" />
10<meta content="Firma electrónica, firmar, firmar electrónicamente, verificar, verificar documentos, murachí, pkcs12,
11               p12, certificado, JavaScript, Software Libre" name="keywords"
12/>
13<meta name="description" content="Servicio para firmar electrónicamente y verificar documentos firmados">
14<link rel="icon" href="<?php returnURL(); ?>/img/favicon.png">
15<title> Murachí - Portal de Firma y Verificación </title>
16<!-- Meta Data - END -->
17
18<!-- Styles -->
19<link href="<?php returnURL(); ?>/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
20<link href="<?php returnURL(); ?>/css/styles.css" rel="stylesheet" type="text/css" media="all" />
21<link href="<?php returnURL(); ?>/css/font-awesome.css" rel="stylesheet" type="text/css" />
22
23<!-- Scripts -->
24<script src="<?php returnURL(); ?>/js/jquery.min.js"></script>
25<script src="<?php returnURL(); ?>/js/bootstrap.bundle.min.js"></script>
Note: See TracBrowser for help on using the repository browser.