Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 4, 2021 02:34
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/9600d883d0c816ea5d00588064ba0a3f to your computer and use it in GitHub Desktop.
Save parzibyte/9600d883d0c816ea5d00588064ba0a3f to your computer and use it in GitHub Desktop.
<!--
Programado por Luis Cabrera Benito
____ _____ _ _ _
| _ \ | __ \ (_) | | |
| |_) |_ _ | |__) |_ _ _ __ _____| |__ _ _| |_ ___
| _ <| | | | | ___/ _` | '__|_ / | '_ \| | | | __/ _ \
| |_) | |_| | | | | (_| | | / /| | |_) | |_| | || __/
|____/ \__, | |_| \__,_|_| /___|_|_.__/ \__, |\__\___|
__/ | __/ |
|___/ |___/
Blog: https://parzibyte.me/blog
Ayuda: https://parzibyte.me/blog/contrataciones-ayuda/
Contacto: https://parzibyte.me/blog/contacto/
-->
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1,
shrink-to-fit=no">
<meta name="author" content="Parzibyte">
<title>Ubicación en mapa - By Parzibyte</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/ol.css">
</head>
<body>
<main role="main" class="container-fluid">
<div class="row">
<div class="col-12 text-center">
<h1>
Mostrar ubicación en mapa
</h1>
<p id="estado"></p>
<a href="https://parzibyte.me/blog">By Parzibyte</a>
</div>
<div class="col-12">
<div id="mapa" style="min-height: 500; height: 600px;"></div>
</div>
</div>
</main>
<script type="text/javascript" src="js/ol.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment