blob: b907717b9f9e31021ab0ed4649960876ac4491ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="/css/bulma.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="app">
<h3>Loading Pathfinder Tools...</h3>
</div>
<script src="./js/app.js" type="text/javascript"></script>
</body>
</html>
|