forked from external-repos/LifeTrinket
Release 0.2.0 (#12)
* add border radius * fix settings styling a little * move hook * get default values from localstorage * replace svgs with own svg * update favicon * add logo * update meta
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="Simple mtg life counter web app" />
|
||||
<meta name="keywords"
|
||||
content="lifecounter, lifetracker, life, tracker, counter, mtg, Magic, Magic the Gathering, React">
|
||||
<meta name="description" content="A simple life counter for Magic: The Gathering" />
|
||||
<link rel="apple-touch-icon" href="/logo192.png" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
@@ -23,7 +25,7 @@
|
||||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>Life Trinket</title>
|
||||
<title>Life Trinket - MTG Life Counter</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user