Added meta data
This commit is contained in:
parent
568a1cae78
commit
4019ee0812
1 changed files with 43 additions and 2 deletions
45
index.html
45
index.html
|
@ -3,9 +3,50 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Zone Out</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<title>ZoneOut | Fast-paced Square Collection Game</title>
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn-icons-png.flaticon.com/512/8732/8732022.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn-icons-png.flaticon.com/512/8732/8732022.png">
|
||||
<link rel="apple-touch-icon" href="https://cdn-icons-png.flaticon.com/512/8732/8732022.png">
|
||||
|
||||
<!-- Theme Colors -->
|
||||
<meta name="theme-color" content="#0f172a">
|
||||
<meta name="msapplication-TileColor" content="#0f172a">
|
||||
<meta name="msapplication-navbutton-color" content="#0f172a">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="#0f172a">
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<meta name="title" content="ZoneOut | Fast-paced Square Collection Game">
|
||||
<meta name="description" content="Test your reflexes and strategy in this fast-paced square collection game. Select squares, build combos, and achieve the highest score!">
|
||||
<meta name="keywords" content="square game, collection game, arcade game, reflex game, combo game, browser game">
|
||||
<meta name="author" content="Ronniie">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="language" content="English">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="ZoneOut | Fast-paced Square Collection Game">
|
||||
<meta property="og:description" content="Test your reflexes and strategy in this fast-paced square collection game. Select squares, build combos, and achieve the highest score!">
|
||||
<meta property="og:image" content="https://cdn-icons-png.flaticon.com/512/8732/8732022.png">
|
||||
<meta property="og:site_name" content="ZoneOut">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary">
|
||||
<meta property="twitter:title" content="ZoneOut | Fast-paced Square Collection Game">
|
||||
<meta property="twitter:description" content="Test your reflexes and strategy in this fast-paced square collection game. Select squares, build combos, and achieve the highest score!">
|
||||
<meta property="twitter:image" content="https://cdn-icons-png.flaticon.com/512/8732/8732022.png">
|
||||
|
||||
<!-- Google Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet">
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
|
||||
|
||||
<!-- styles -->
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue