24 lines
806 B
HTML
24 lines
806 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.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
<meta name="description" content="eve-online wormhole mapping tool">
|
|
<meta name="keywords" content="eve,wormhole,mapping,tool,mmo,space,game,igb">
|
|
<meta name="author" content="Exodus 4D">
|
|
|
|
<title>Pathfinder - Mapping Tool</title>
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="css/pathfinder.css">
|
|
</head>
|
|
<body class="pf-body">
|
|
|
|
<!-- Hey Bob! Where is all the magic? -->
|
|
|
|
<script data-main="js/app" src="js/lib/require.js"></script>
|
|
</body>
|
|
|
|
</html>
|