├── README.md
├── index.html
├── html
│ ├── geolocation.html
│ ├── vibration.html
│ └── webspeech.html
├── js
│ ├── geolocation.js
│ ├── vibration.js
│ └── webspeech.js
└── css
└── style.css
├── README.md
├── index.html
├── html
│ ├── geolocation.html
│ ├── vibration.html
│ └── webspeech.html
├── js
│ ├── geolocation.js
│ ├── vibration.js
│ └── webspeech.js
└── css
└── style.css