]> prime8.dev >> repos - ttyd.git/commit
html: replace with preact version
authorShuanglei Tao <tsl0922@gmail.com>
Sun, 26 May 2019 16:00:02 +0000 (00:00 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Sun, 26 May 2019 16:22:06 +0000 (00:22 +0800)
commit66718bc1d466865ebbf9ac814031e919881cba05
treeaa18501b3e041bd36c6e449e5996dc39b6c4cb56
parent3f529344182200db83bb38135bf0a4e94c2e066d
html: replace with preact version
32 files changed:
html/.gitignore
html/gulpfile.js
html/index.html [deleted file]
html/js/app.ts [deleted file]
html/js/overlay.ts [deleted file]
html/js/zmodem.ts [deleted file]
html/package.json
html/sass/app.scss [deleted file]
html/sass/modal.scss [deleted file]
html/src/components/app.tsx [new file with mode: 0644]
html/src/components/terminal/index.tsx [moved from preact/src/components/terminal/index.tsx with 100% similarity]
html/src/components/terminal/overlay.ts [moved from preact/src/components/terminal/overlay.ts with 100% similarity]
html/src/favicon.png [moved from html/favicon.png with 100% similarity]
html/src/index.tsx [moved from preact/src/index.tsx with 100% similarity]
html/src/style/index.scss [moved from preact/src/style/index.scss with 100% similarity]
html/src/template.html [moved from preact/src/template.html with 100% similarity]
html/tsconfig.json
html/webpack.config.js
html/webpack.dev.js [deleted file]
html/webpack.prod.js [deleted file]
html/yarn.lock
preact/.gitignore [deleted file]
preact/README.md [deleted file]
preact/gulpfile.js [deleted file]
preact/package.json [deleted file]
preact/src/components/app.tsx [deleted file]
preact/src/favicon.png [deleted file]
preact/tsconfig.json [deleted file]
preact/tslint.json [deleted file]
preact/webpack.config.js [deleted file]
preact/yarn.lock [deleted file]
src/index.html