Skip to content

Instantly share code, notes, and snippets.

View AlejandroMolanoL's full-sized avatar

Alejandro Molano AlejandroMolanoL

View GitHub Profile
@AlejandroMolanoL
AlejandroMolanoL / app.js
Created May 12, 2021 02:56
JavaScript: console.log
console.log("Hola Mundo");
@AlejandroMolanoL
AlejandroMolanoL / index.html
Created May 12, 2021 02:50
HTML: Código Básico
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pagina del Repositorio</title>
</head>
<body>
<h1>Hello World!!</h1>