Restructure project tree

This commit is contained in:
JR
2019-11-20 22:45:03 +01:00
parent dd01ce39ce
commit d751edade8
11 changed files with 8465 additions and 0 deletions

13
dist/index.html vendored Normal file
View File

@ -0,0 +1,13 @@
<html>
<head>
<meta charset="UTF-8">
<title>XTR :: xicon trace route</title>
</head>
<body>
<section>
<div id="statusBoxContainer"></div>
</section>
<script type="text/javascript" src="main.js"></script></body>
</html>

14
dist/main.js vendored Normal file

File diff suppressed because one or more lines are too long