<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

  <title>OG Test</title>


  <!-- Open Graph -->

  <meta property="og:title" content="OG Test Page">

  <meta property="og:description" content="If you see this preview with an image, Cloudflare Pages OG works.">

  <meta property="og:image" content="https://via.placeholder.com/1200x630.png">

  <meta property="og:image:width" content="1200">

  <meta property="og:image:height" content="630">


  <!-- Redirect humans -->

  <meta http-equiv="refresh" content="0; url=https://bezzieconnect.com">

</head>

<body>

  Redirecting…

</body>

</html>