<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="https://ban-eu-users.com/block_eu.js"></script>
<script type="text/javascript">
alert('This alert statement will not be executed for EU users'); // This shouldn't execute if you are in EU.
</script>
<title>Test</title>
</head>
<body>
EU users will not see this text!
</body>
</html>