<!DOCTYPE html>
<html>
<body>
<?php
$x = 'We are the so-called \'Vikings\' from the north.';
echo $x;
?>
</body>
</html>