diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | html/deltaWorld.html | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d9b8c..c64ac27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.2 + +* Fix clone notice on *Delta World* page + ## 2.1 * Add installation script diff --git a/html/deltaWorld.html b/html/deltaWorld.html index 8a65052..9b8c16e 100644 --- a/html/deltaWorld.html +++ b/html/deltaWorld.html @@ -14,12 +14,12 @@ <div id="frontPage"> <p id="glyph">COMING SOON</p> + </div> + <div id="content"> <!--#include virtual="/shtml/cloneNotice.shtml"--> </div> - <div id="content"></div> - <!--#include virtual="/shtml/initScripts.shtml"--> </body> </html> |