Skip to content

Instantly share code, notes, and snippets.

@nbortolotti
Last active August 29, 2015 14:23
Show Gist options
  • Save nbortolotti/2ab7e9175f05e8b6c2bb to your computer and use it in GitHub Desktop.
Save nbortolotti/2ab7e9175f05e8b6c2bb to your computer and use it in GitHub Desktop.
ejemplo para launchpad mx 2015
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="estilos_rendering_simple.css" rel="stylesheet"> <!-- Relacion con los estilos -->
<title>Demostracion critical path</title> <!-- Titulo de la pagina-->
</head>
<body>
<p>Hola <span>demostracion </span> launchpad MX!</p> <!-- Ejemplo de personalizacion en el HTML-->
<div><img src="picture_1.png"></div> <!-- Imagen generica de prueba-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment