drag/drop it in to the side bar
you can just change the group
Code:
sudo chown root:$USER /var/www/html
sudo chmod 774 /var/www/html
this way random users and www-data can not edit your files (if you had a bad security hole in your code at least www-data will not be able to alter your data)
you could put a symlink to it in your home folder if needed
Code:
ln -s /var/www/html ./myLinktoHTML