$(function(){
	$(".missingHtml").click(function(e) {
		showMissingHtmlNotice();
		return false;
	});	
});

function showMissingHtmlNotice() {
	alert("Voor deze toepassing mist de implementatie voor de html, eventuele landingpage, eventuele foutieve invoer");
}