Add configuration app - temporary icon

This commit is contained in:
William Toohey
2015-12-31 01:18:23 +10:00
parent 789845ae8d
commit 4e973f5028
8 changed files with 560 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="tataconfig.js"></script>
</head>
<body>
<div id="waiting"></div>
<div id="content"></div>
</body>
</html>