Skip to content

Instantly share code, notes, and snippets.

@Marko97IT
Marko97IT / index.html
Created March 12, 2024 15:29
Leaflet map with Bootstrap modal (JavaScript vanilla)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link href="https://unpkg.com/[email protected]/dist/leaflet.css" rel="stylesheet" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
</head>
<body>
<div id="modal" class="modal fade modal-dialog modal-lg" tabindex="-1">
@Marko97IT
Marko97IT / .htaccess
Created August 5, 2021 17:02
.htaccess SECURITY AND OPTIMIZED
## Author: Marko97IT https://github.com/Marko97IT
## Last edit: 05 Aug 2021 7:02PM CEST
## OPTIONS
Options -MultiViews
Options +FollowSymLinks
Options All -Indexes
ServerSignature Off
RewriteEngine on