├── README.md ├── image ├── 1200px-Red_circle.svg.png └── 500px-Circle_-_black_simple.svg.png ├── index.html ├── js ├── function.js └── script.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H-K-R/Pin_Matcher/HEAD/README.md -------------------------------------------------------------------------------- /image/1200px-Red_circle.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H-K-R/Pin_Matcher/HEAD/image/1200px-Red_circle.svg.png -------------------------------------------------------------------------------- /image/500px-Circle_-_black_simple.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H-K-R/Pin_Matcher/HEAD/image/500px-Circle_-_black_simple.svg.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H-K-R/Pin_Matcher/HEAD/index.html -------------------------------------------------------------------------------- /js/function.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H-K-R/Pin_Matcher/HEAD/js/function.js -------------------------------------------------------------------------------- /js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H-K-R/Pin_Matcher/HEAD/js/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H-K-R/Pin_Matcher/HEAD/style.css --------------------------------------------------------------------------------