#include
The Importance of Accessibility
Read the article here: https://medium.com/includeweb/the-importance-of-accessibility-920a48dbfa
Background music is "Winter journal" by Blear Moon.
Accessibility standards are not new to the Web. They're well established and easy-to-incorporate. So, why do many companies and platforms continue to ignore the accessibility standards and end up preventing disabled people to use their site efficiently?
include
using namespace std;
int main(){
cout<<"hello world!";
return 0;
}