Files
pathfinder/index.htm

29 lines
782 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>
<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 id="pf-dialog-wrapper"/>
<div id="test-container"/>
<script data-main="js/app" src="build_js/lib/require.js"></script>
</body>
</html>