From be653ac4175cc3a67507d313fbd600e69709a5ca Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 8 May 2022 13:34:13 +0300 Subject: Removed Soju #240. Updated README #252 --- pug/options/spotify/spotify.pug | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 pug/options/spotify/spotify.pug (limited to 'pug/options/spotify/spotify.pug') diff --git a/pug/options/spotify/spotify.pug b/pug/options/spotify/spotify.pug deleted file mode 100644 index 97951412..00000000 --- a/pug/options/spotify/spotify.pug +++ /dev/null @@ -1,24 +0,0 @@ -doctype html -html(lang="en") - include ../../widgets/head.pug - title General -script(type="module" src="../../../assets/javascripts/localise.js") -body.option(dir="auto") - include ../../widgets/links.pug - +links('spotify') - - section.option-block - .some-block.option-block - h4(data-localise="__MSG_enable__") Enable - input#disable-spotify(type="checkbox") - - #soju - hr - .normal - include ../../widgets/instances.pug - +instances('https://soju.com') - include ../../widgets/latency.pug - +latency() - - script(type="module" src="../init.js") - script(type="module" src="./spotify.js") -- cgit 1.4.1