Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 3, 2019 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/be53e08cd99ffc75481aa7ef10e7dde7 to your computer and use it in GitHub Desktop.
Save parzibyte/be53e08cd99ffc75481aa7ef10e7dde7 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="es">
<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>Probando API de divisas</title>
</head>
<body>
El dólar en la fecha <span id="fecha"></span> (USD) equivale a
<strong id="resultado"></strong> MXN
<script src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment