Use a frame buster.

A frame buster prevents your website being displayed as part of another website, for example in a frame.

<html>
  <body>
    <script type="text/javascript">if (top != self) top.location.replace(self.location.href);</script>
  </body>
</html>