mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-27 00:49:55 +03:00
000fe3ddff
The file was meant for the openstreetmap instance only. Fixes #1554.
13 lines
523 B
PHP
13 lines
523 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>OpenStreetMap Nominatim: Search</title>
|
|
<meta content="IE=edge" http-equiv="x-ua-compatible" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<base href="<?php echo CONST_Website_BaseURL;?>" />
|
|
<link href="css/leaflet.css" rel="stylesheet" />
|
|
<link href="css/Control.Minimap.min.css" rel="stylesheet" />
|
|
<link href="css/bootstrap-theme.min.css" rel="stylesheet" />
|
|
<link href="css/bootstrap.min.css" rel="stylesheet" />
|