Skip to content

Commit

Permalink
Added meta tags for description, keywords, and author to index.html (#59
Browse files Browse the repository at this point in the history
)

Co-authored-by: Travis Miller <tmiller@apterainc.com>
  • Loading branch information
tmillerj and Travis Miller authored Nov 9, 2020
1 parent 28660b0 commit d4689c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="An implementation of the Quarto boardgame using Elm and Netlify. An exploration of game development, oss, build automation, accessiblity, and machine learning.">
<meta name="keywords" content="Elm, Elm-Lang, Functional-Programming, Frontend, Front-End-Development, PWA, Example, Open-Source, Game-Development, Machine-Learning, Hacktoberfest, Board-Game, Quarto">
<meta name="author" content="Kirk Shillingford">
<!-- CSS goes here -->

<title>Quarto</title>
Expand Down

0 comments on commit d4689c9

Please sign in to comment.