Skip to content

Commit

Permalink
SEO added
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Smith committed Jan 5, 2024
1 parent db040dd commit d943bbc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="https://web-presence.biz/img/favicon.ico" />
<meta name="keywords" content="Free, WORD GAME, play, cards, wordgame" />
<meta name="keywords"
content="Free, WORD GAME,Guess the word, play, cards, wordgame, Trivia game,General knowledge trivia, Puzzle game,Browser game, Online game, Single-player word game, Browser-based trivia, Vocabulary game" />
<meta name="description" content="Free word game. Play word game for free. No login. No app to install." />

<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css" rel="stylesheet" />
Expand Down Expand Up @@ -48,15 +49,15 @@
<h3>Balance: $<span id="playerMoney"></span> </h3>
</div>
<div class="col-6">
<h3>Guess the word</h3>
<h3 alt="Guess the word">Guess the word</h3>
<!-- <h3 id="requestedList">Guess the word</h3>-->
</div>
</div>
</div>



<div class="card">
<div class="card" alt="Trivia game">
<div class="card-body">
<ul id="listTarget" class="list-group list-group-flush list-unstyled">
<li>
Expand Down Expand Up @@ -127,7 +128,7 @@ <h3>Build your own trivia</h3>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="btn-group block my-2" role="group" id="gameLinks"></div>
<div class="btn-group block my-2" role="group" id="gameLinks" alt="Online games"></div>
</div>
<div class="col-md-2 my-2"> <select class="form-control" onChange="changeTheme()" id="themes"></select>
</div>
Expand Down

0 comments on commit d943bbc

Please sign in to comment.