diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-21 16:43:02 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 16:59:36 +0100 |
| commit | cb9ee1734fdbdcc83b6bc3f58a6a4648b8e9b1ff (patch) | |
| tree | d48f4f0791820ce7c768bc998b1ce693b0e73867 /src/index.html | |
| parent | fbd1581983fb9aaaabfb2adcc31d9978747c86d3 (diff) | |
| download | brokentalents-cb9ee1734fdbdcc83b6bc3f58a6a4648b8e9b1ff.tar.gz brokentalents-cb9ee1734fdbdcc83b6bc3f58a6a4648b8e9b1ff.zip | |
Add html meta tags & build
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 3ad90bd..1ef9ddc 100644 --- a/src/index.html +++ b/src/index.html @@ -4,6 +4,8 @@ <meta charset="UTF-8"> <title>Vainglory Broken Talents Fun Statistics</title> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> + <meta name="description" content="Vainglory Talent and Hero statistics"> + <meta name="keywords" content="Vainglory,Talents,5v5,Blitz,Battle Royale"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ |
