Skip to content

Commit

Permalink
meta changes to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ijee authored and Ijee committed Jul 13, 2018
1 parent a6094cd commit 5608b2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
<meta name="author" content="Ijee" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Game of Life - Vue 2</title>
<meta name="description" content="A simple game of life implementation with vue, bulma and fontawesome" />
<meta name="theme-color" content="#a34d91" />
<title>Game of Life</title>
<link href="https://fonts.googleapis.com/css?family=Dosis|Gochi+Hand" rel="stylesheet">
</head>

Expand Down
3 changes: 2 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
<a
class="button is-info"
href="https://github.com/Ijee/Game-of-Life-Vue2"
target="_blank">
target="_blank"
rel="noopener">
<span class="icon">
<i class="fab fa-github"/>
</span>
Expand Down

0 comments on commit 5608b2e

Please sign in to comment.