40 lines
1.3 KiB
HTML
40 lines
1.3 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||
|
<title>DRIP Reader 2000</title>
|
||
|
<link rel="stylesheet" type="text/css" href="css/index.css">
|
||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
||
|
|
||
|
<link href="https://fonts.googleapis.com/css?family=Codystar&display=swap" rel="stylesheet">
|
||
|
|
||
|
<script src='https://api.mapbox.com/mapbox-gl-js/v1.1.1/mapbox-gl.js'></script>
|
||
|
<link href='https://api.mapbox.com/mapbox-gl-js/v1.1.1/mapbox-gl.css' rel='stylesheet' />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<!-- Project info div -->
|
||
|
<div class="appInfo">
|
||
|
<span>
|
||
|
<b>DRIP</b> Reader 2000
|
||
|
</span>
|
||
|
<span id="updated"></span>
|
||
|
<span>
|
||
|
This tool shows the information currently being displayed on the Variable Message Signs (Dynamisch
|
||
|
Route-informatiepaneel) next to the Dutch highways. The data being used is provided by the Nederlandse
|
||
|
Database Wegverkeersgegevens.
|
||
|
</span>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<!-- Map container div -->
|
||
|
<div id='map'></div>
|
||
|
|
||
|
<!-- Import logic script -->
|
||
|
<script src="js/DRIPS.js"></script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|