Skip to content

Commit

Permalink
PR#4: Add Meta Tags
Browse files Browse the repository at this point in the history
Add Meta Tags
  • Loading branch information
ReaVNaiL authored Jan 12, 2023
2 parents a260e53 + 65ea192 commit 48d452b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>8-Puzzle Solver</title>
<title>8-Puzzle AI Solver</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="description" content="Solve the 8puzzle game interactively with our AI-powered solver. Improve your skills and track progress with real-time feedback. Perfect for beginners and pros alike" />
<meta name="keywords" content="8-Puzzle, 8, Solver, Puzzle, Game, AI, Artificial Intelligence, Node, Algorithm, Mobile" />
<meta name="author" content="Daniel Maya" />
<meta name="robots" content="noindex, nofollow">
<link rel="icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="style/general.css" />
<link rel="stylesheet" type="text/css" href="style/states.css" />
Expand Down

0 comments on commit 48d452b

Please sign in to comment.