├── LICENSE ├── README.md ├── css ├── jQuery.countdownTimer.css └── main.css ├── index.html ├── js ├── jQuery.countdownTimer.min.js ├── jQuery.countdownTimer.min.js.map ├── jquery-3.6.0.min.js ├── localisation │ ├── jQuery.countdownTimer-ar.js │ ├── jQuery.countdownTimer-bg.js │ ├── jQuery.countdownTimer-bn.js │ ├── jQuery.countdownTimer-bs.js │ ├── jQuery.countdownTimer-ca.js │ ├── jQuery.countdownTimer-cs.js │ ├── jQuery.countdownTimer-cy.js │ ├── jQuery.countdownTimer-da.js │ ├── jQuery.countdownTimer-de.js │ ├── jQuery.countdownTimer-el.js │ ├── jQuery.countdownTimer-es.js │ ├── jQuery.countdownTimer-et.js │ ├── jQuery.countdownTimer-fa.js │ ├── jQuery.countdownTimer-fi.js │ ├── jQuery.countdownTimer-fo.js │ ├── jQuery.countdownTimer-fr.js │ ├── jQuery.countdownTimer-gl.js │ ├── jQuery.countdownTimer-gu.js │ ├── jQuery.countdownTimer-he.js │ ├── jQuery.countdownTimer-hr.js │ ├── jQuery.countdownTimer-hu.js │ ├── jQuery.countdownTimer-id.js │ ├── jQuery.countdownTimer-is.js │ ├── jQuery.countdownTimer-it.js │ ├── jQuery.countdownTimer-ja.js │ ├── jQuery.countdownTimer-kn.js │ ├── jQuery.countdownTimer-ko.js │ ├── jQuery.countdownTimer-lt.js │ ├── jQuery.countdownTimer-lv.js │ ├── jQuery.countdownTimer-mk.js │ ├── jQuery.countdownTimer-ml.js │ ├── jQuery.countdownTimer-ms.js │ ├── jQuery.countdownTimer-my.js │ ├── jQuery.countdownTimer-nb.js │ ├── jQuery.countdownTimer-nl.js │ ├── jQuery.countdownTimer-pl.js │ ├── jQuery.countdownTimer-pt-BR.js │ ├── jQuery.countdownTimer-ro.js │ ├── jQuery.countdownTimer-ru.js │ ├── jQuery.countdownTimer-sk.js │ ├── jQuery.countdownTimer-sl.js │ ├── jQuery.countdownTimer-sr-SR.js │ ├── jQuery.countdownTimer-sr.js │ ├── jQuery.countdownTimer-sv.js │ ├── jQuery.countdownTimer-th.js │ ├── jQuery.countdownTimer-tr.js │ ├── jQuery.countdownTimer-uk.js │ ├── jQuery.countdownTimer-ur.js │ ├── jQuery.countdownTimer-uz.js │ ├── jQuery.countdownTimer-vi.js │ └── jQuery.countdownTimer-zh-TW.js ├── main.js └── setting.js ├── pages ├── counter.html ├── ding.wav ├── ding3.mp3 ├── home.html └── spare.html └── setting.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/README.md -------------------------------------------------------------------------------- /css/jQuery.countdownTimer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/css/jQuery.countdownTimer.css -------------------------------------------------------------------------------- /css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/css/main.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/index.html -------------------------------------------------------------------------------- /js/jQuery.countdownTimer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/jQuery.countdownTimer.min.js -------------------------------------------------------------------------------- /js/jQuery.countdownTimer.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/jQuery.countdownTimer.min.js.map -------------------------------------------------------------------------------- /js/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-ar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-ar.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-bg.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-bn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-bn.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-bs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-bs.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-ca.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-cs.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-cy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-cy.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-da.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-de.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-el.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-es.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-et.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-et.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-fa.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-fi.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-fo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-fo.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-fr.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-gl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-gl.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-gu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-gu.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-he.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-he.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-hr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-hr.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-hu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-hu.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-id.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-id.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-is.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-is.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-it.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-ja.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-ja.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-kn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-kn.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-ko.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-ko.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-lt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-lt.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-lv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-lv.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-mk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-mk.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-ml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-ml.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-ms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-ms.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-my.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-my.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-nb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-nb.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-nl.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-pl.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-pt-BR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-pt-BR.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-ro.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-ru.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-sk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-sk.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-sl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-sl.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-sr-SR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-sr-SR.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-sr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-sr.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-sv.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-th.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-th.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-tr.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-uk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-uk.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-ur.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-ur.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-uz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-uz.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-vi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-vi.js -------------------------------------------------------------------------------- /js/localisation/jQuery.countdownTimer-zh-TW.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/localisation/jQuery.countdownTimer-zh-TW.js -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/main.js -------------------------------------------------------------------------------- /js/setting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/js/setting.js -------------------------------------------------------------------------------- /pages/counter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/pages/counter.html -------------------------------------------------------------------------------- /pages/ding.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/pages/ding.wav -------------------------------------------------------------------------------- /pages/ding3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/pages/ding3.mp3 -------------------------------------------------------------------------------- /pages/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerlight/Debatium/HEAD/pages/home.html -------------------------------------------------------------------------------- /pages/spare.html: -------------------------------------------------------------------------------- 1 |