https://github.com/Leaflet/Leaflet
https://github.com/smeijer/leaflet-geosearch
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<style> | |
@font-face { | |
font-family: Founders Grotesk; | |
src: url('https://staging-api.nutriciaprofessional.id/nutrigain/uploads/Founders_Grotesk/FoundersGrotesk-Regular.otf'); | |
} |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<style> | |
@font-face { | |
font-family: Founders Grotesk; | |
src: url('https://staging-api.nutriciaprofessional.id/nutrigain/uploads/Founders_Grotesk/FoundersGrotesk-Regular.otf'); | |
} |
#!/usr/bin/env bash | |
APP_NAME="k3d" | |
REPO_URL="https://github.com/rancher/k3d" | |
: ${USE_SUDO:="true"} | |
: ${K3D_INSTALL_DIR:="/usr/local/bin"} | |
# initArch discovers the architecture for this system. | |
initArch() { |
dd.mm.yyyy"|"yyyy-mm-dd" | |
# or set a custom format using the strftime function format specifications, | |
# see 'man strftime' for details. | |
# HIST_STAMPS="mm/dd/yyyy" | |
# Would you like to use another custom folder than $ZSH/custom? | |
# ZSH_CUSTOM=/path/to/new-custom-folder | |
# Which plugins would you like to load? | |
# Standard plugins can be found in ~/.oh-my-zsh/plugins/* |