Skip to content

Instantly share code, notes, and snippets.

@ElenaMLopez
Created February 11, 2019 09:28
Show Gist options
  • Save ElenaMLopez/ae73ae7d14e2eb364dadc506e402ea7e to your computer and use it in GitHub Desktop.
Save ElenaMLopez/ae73ae7d14e2eb364dadc506e402ea7e to your computer and use it in GitHub Desktop.
Ejercicio del curos de JS avanzado de Fictizia
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<main>
<h1> CUCU!! </h1>
</main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment