Files
pathfinder/index.htm
2014-11-02 23:24:11 +01:00

28 lines
812 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pathfinder - mapping tool</title>
<script data-main="js/app" src="build_js/lib/require.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" media="screen" href="css/font-awesome.css">
<link rel="stylesheet" type="text/css" media="screen" href="css/production.css">
</head>
<body class="pf-body">
<div id="pf-map-module">
</div>
<div id="pf-dialog-wrapper">
</div>
<div id="test-container"></div>
</body>
</html>