euchre-live

Euchre web-app for the socially distant family
git clone git://git.alexkarle.com/euchre-live.git
Log | Files | Refs | README | LICENSE

commit dcfbc60d426fea9d69be705e771b0d3c26301623 (patch)
parent ad62fb8a8eab63711b8c47a552a76600bdd8e137
Author: Alex Karle <alex@karle.co>
Date:   Mon, 27 Apr 2020 21:40:40 -0400

style: Add favicon to site

Just a simple Spade, nothing fancy

Diffstat:
Mpublic/debug.html | 1+
Mpublic/index.html | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/public/debug.html b/public/debug.html @@ -8,6 +8,7 @@ width: 100px; } </style> + <link href="suits/S.svg" rel="icon" type="image/x-icon" /> </head> <body> <div id="content"></div> diff --git a/public/index.html b/public/index.html @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <link href="asset/euchre-live.development.css" rel="stylesheet"> + <link href="suits/S.svg" rel="icon" type="image/x-icon" /> <title>Euchre Live!!</title> </head> <body>