├── README.md ├── about.css ├── about.html ├── feedback.css ├── feedback.html ├── index.html ├── script.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hancie123/NH-English-Dictionary/HEAD/README.md -------------------------------------------------------------------------------- /about.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hancie123/NH-English-Dictionary/HEAD/about.css -------------------------------------------------------------------------------- /about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hancie123/NH-English-Dictionary/HEAD/about.html -------------------------------------------------------------------------------- /feedback.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hancie123/NH-English-Dictionary/HEAD/feedback.css -------------------------------------------------------------------------------- /feedback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hancie123/NH-English-Dictionary/HEAD/feedback.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hancie123/NH-English-Dictionary/HEAD/index.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hancie123/NH-English-Dictionary/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hancie123/NH-English-Dictionary/HEAD/style.css --------------------------------------------------------------------------------