Moves all static content/files in a new folder.

Also clears debian package from including *.js files from source roote folder, files which were not used.
This commit is contained in:
damencho
2017-03-20 16:05:11 -05:00
parent 989161159d
commit 1d7da21e48
11 changed files with 17 additions and 14 deletions

22
static/close2.html Normal file
View File

@@ -0,0 +1,22 @@
<html>
<head>
<link rel="stylesheet" href="../css/all.css"/>
<!--#include virtual="/title.html" -->
<script><!--#include virtual="/interface_config.js" --></script>
<script src="close.js"></script>
</head>
<body>
<div class="redirectPageMessage">
<div class="thanks-msg">
<p id="thanksMessage"></p>
</div>
<div class="hint-msg">
<p>
<span id="hintQuestion">Did you know?</span>
<span class="hint-msg__holder" id="hintMessage"></span>
</p>
<div class="happy-software"></div>
</div>
</div>
</body>
</html>