body{display:none}
html::after {
	content: 'Please enable Javascript to view this Page.';
	color: #a94442;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 1em 0;
	background: #f2dede;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	font-size: 25px;
	display: block !important;
}