-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathdev.html
executable file
·32 lines (31 loc) · 1.76 KB
/
dev.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta content="text/html; charset=UTF-8" http-equiv="content-type"></meta>
<noscript>
EN: This app requires JavaScript enabled to work<br/>
DE: Für diese App muss JavaScript aktiviert sein<br/>
PT: Este aplicativo requer JavaScript habilitado para funcionar<br/>
FR: Cette application nécessite JavaScript activé pour fonctionner<br/>
</noscript>
<title>OpenRouteService route planner - directions, isochrones and places</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="description" content="Openrouteservice is a open source route planner with plenty of features for car, heavy vehicles, hiking, cycling and wheelchair"/>
<meta property="og:description" content="Openrouteservice is a open source route planner with plenty of features for car, heavy vehicles, hiking, cycling and wheelchair">
<link rel="shortcut icon" id="favIcon" type='image/x-icon' href="static/img/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="static/css/font-roboto.css">
<link rel="stylesheet" type="text/css" href="static/css/font-raleway.css">
<link rel="stylesheet" type="text/css" href="static/css/font-open-sans.css">
<link rel="stylesheet" type="text/css" href="static/css/animate.min.css">
<link rel="stylesheet" type="text/css" href="static/css/material-icons.css">
<link rel="image_src" type="image/png" href="static/img/ors.png">
<meta property="og:image" content="static/img/ors.png">
<meta property="og:image:width" content="1148">
<meta property="og:image:height" content="678">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected here-->
</body>
</html>