<!doctype html>
<html lang="es">

<head>
  <meta charset="UTF-8" />
  <meta name="google-site-verification" content="Ue5UOuu-5JaEymn6h7ICnpnWKIipKaHkGlgc3FzBqPM" />

  <!-- HTML Meta Tags -->
  <title>Snake Game</title>
  <meta name="description"
    content="Classic Snake Game made with React.js. Feel free to configure the game the way you like it, you can change snake speed, amount of food, colors, food type..." />

  <!-- Google / Search Engine Tags -->
  <meta itemprop="name" content="Snake Game" />
  <meta itemprop="description"
    content="Classic Snake Game made with React.js. Feel free to configure the game the way you like it, you can change snake speed, amount of food, colors, food type..." />
  <meta itemprop="image" content="favicon.ico" />

  <!-- Facebook Meta Tags -->
  <meta property="og:url" content="https://eulogioqt.github.io/snake-game/" />
  <meta property="og:type" content="website" />
  <meta property="og:title" content="Snake Game" />
  <meta property="og:description"
    content="Classic Snake Game made with React.js. Feel free to configure the game the way you like it, you can change snake speed, amount of food, colors, food type..." />
  <meta property="og:image" content="favicon.ico" />

  <!-- Twitter Meta Tags -->
  <meta name="twitter:card" content="summary_large_image" />
  <meta name="twitter:title" content="Snake Game" />
  <meta name="twitter:description"
    content="Classic Snake Game made with React.js. Feel free to configure the game the way you like it, you can change snake speed, amount of food, colors, food type..." />
  <meta name="twitter:image" content="favicon.ico" />

  <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">

  <meta name="viewport"
    content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0, minimum-scale=1.0" />
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
    integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
  <script type="module" crossorigin src="/assets/index-BKshqSem.js"></script>
  <link rel="stylesheet" crossorigin href="/assets/index-CJZne1WW.css">
</head>

<body>
  <div id="root"></div>
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
    integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
    crossorigin="anonymous"></script>
</body>

</html>