Skip to content

Instantly share code, notes, and snippets.

@Adrux
Adrux / tabla_descarga_pdf.html
Created July 9, 2017 01:41
Tabla para descargar PDF
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<title>Tabla descargar PDF</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<!-- Utilizando: Material design system icons | https://material.io/icons/ -->
<!-- By Adrux | Support -->
<style>
@Adrux
Adrux / Firma_para_plantilla_Thunderbird.txt
Created July 8, 2017 00:26
Ejemplo de Firma Plantilla Thunderbird | Support Forum
/* Ejemplo de Firma (signature) para Plantilla Thunderbird | Support Forum */
<i>John Smith</i> <br>
<b>Desarrollador Web</b> <br>
Freelance <br>
Av. cuatro 161 - 547812 <br>
Roma <br>
<br>
<br>
IMAGEN //Aquí, una vez insertado el código en el cuerpo del mensaje, insertar la imagen desde equipo local.
@Adrux
Adrux / señalar_enlaces_rotos.html
Created June 22, 2017 21:51
Código para señalar enlaces rotos provisorios
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Enlaces Rotos Provisorios</title>
<style>
/*
-----------------------------------------------
Código para señalar enlaces rotos provisorios.
By Adrux