Skip to content

Commit

Permalink
Addet meta description, keywords and author
Browse files Browse the repository at this point in the history
  • Loading branch information
Styro457 authored Nov 21, 2023
1 parent ea28572 commit 130a888
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
<head>
<meta charset="UTF-8">
<meta name="google-site-verification" content="QL4-kayEdC8zDx3sqF0Z73n8UQPw7rXrOVJiEvtOASg" />
<title>Minesweeper</title>
<title>💣 Minesweeper</title>

<meta name="description" content="Play Minesweeper Online">
<meta name="keywords" content="minesweeper, online game, free online game, old game, old minesweeper">

<meta name="author" content="Styro457">

<link rel="icon" type="image/x-icon" href="/assets/icon.ico">
<link rel="stylesheet" href="game-style.css">
<link rel="stylesheet" href="style.css">

</head>
<body>
<div class="title" id="title">
Expand Down Expand Up @@ -48,4 +55,4 @@
<script src="timer.js"></script>
<script src="game.js"></script>
</body>
</html>
</html>

0 comments on commit 130a888

Please sign in to comment.