Voting Application for the bloxberg network where members vote on various governance related issues.
Since Metamask does not inject into local files you need a simple HTTP server. You can use Python's SimpleHTTPServer with:
###Python 2
python -m SimpleHTTPServer
###Python 3
python -m http.server
or follow instructions here.