Add favicon.ico

This commit is contained in:
Dave Gallant
2022-08-23 04:34:25 +00:00
parent 5a79c0e192
commit ff64f5d9b7
5 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
<template>
<link rel="shortcut icon" type="image/png" href="/static/favicon.png" />
<body>
<input
class="form-control bg-dark text-light mousetrap"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

View File

@@ -1,6 +1,5 @@
import { createApp } from "vue";
import App from "./App.vue";
import VueGtag from "vue-gtag";
import "bootstrap/dist/css/bootstrap.min.css";