diff --git a/customize.dist/pages/terms.js b/customize.dist/pages/terms.js deleted file mode 100644 index 9a77ead3c..000000000 --- a/customize.dist/pages/terms.js +++ /dev/null @@ -1,24 +0,0 @@ -define([ - '/common/hyperscript.js', - '/customize/messages.js', - '/customize/pages.js' -], function (h, Msg, Pages) { - return function () { - document.title = Msg.footer_tos; - return h('div#cp-main', [ - Pages.infopageTopbar(), - h('div.container.cp-container', [ - h('.row.cp-page-title', h('h1', Msg.tos_title)), - h('.row', [ - h('p', Msg.tos_legal), - h('p', Msg.tos_availability), - h('p', Msg.tos_e2ee), - h('p', Msg.tos_logs), - h('p', Msg.tos_3rdparties), - ]) - ]), - Pages.infopageFooter() - ]); - }; -}); - diff --git a/customize.dist/terms.html b/customize.dist/terms.html deleted file mode 100644 index f1cf1b429..000000000 --- a/customize.dist/terms.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -
-