update meta viewport according to leaflet docs + lang=en
This commit is contained in:
parent
56445e8547
commit
ba15a1c0a5
1 changed files with 3 additions and 2 deletions
|
|
@ -1,9 +1,10 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||||
|
|
||||||
<title>BRouter web client</title>
|
<title>BRouter web client</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="dist/brouter-web.css" />
|
<link rel="stylesheet" href="dist/brouter-web.css" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue