From a7f9635a3eaf63faa377f4d864cb6b20d161c451 Mon Sep 17 00:00:00 2001 From: leehyewon0531 Date: Sat, 26 Mar 2022 23:51:24 +0900 Subject: [PATCH] feat: html, js --- hyewon/3-customVideoPlayer/README.md | 89 ++++++++++++++++ hyewon/3-customVideoPlayer/css/progress.css | 112 ++++++++++++++++++++ hyewon/3-customVideoPlayer/css/style.css | 75 +++++++++++++ hyewon/3-customVideoPlayer/img/poster.png | Bin 0 -> 139296 bytes hyewon/3-customVideoPlayer/index.html | 49 +++++++++ hyewon/3-customVideoPlayer/script.js | 47 ++++++++ hyewon/3-customVideoPlayer/videos/gone.mp4 | Bin 0 -> 17744836 bytes 7 files changed, 372 insertions(+) create mode 100644 hyewon/3-customVideoPlayer/README.md create mode 100644 hyewon/3-customVideoPlayer/css/progress.css create mode 100644 hyewon/3-customVideoPlayer/css/style.css create mode 100644 hyewon/3-customVideoPlayer/img/poster.png create mode 100644 hyewon/3-customVideoPlayer/index.html create mode 100644 hyewon/3-customVideoPlayer/script.js create mode 100644 hyewon/3-customVideoPlayer/videos/gone.mp4 diff --git a/hyewon/3-customVideoPlayer/README.md b/hyewon/3-customVideoPlayer/README.md new file mode 100644 index 0000000..9979c93 --- /dev/null +++ b/hyewon/3-customVideoPlayer/README.md @@ -0,0 +1,89 @@ +# 목차 +- `