mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-06 07:13:39 +00:00
Add favicon.ico
This commit is contained in:
1
index.html
Normal file
1
index.html
Normal file
@@ -0,0 +1 @@
|
||||
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>rfd-fyi</title><script defer="defer" src="/js/chunk-vendors.4bbd69ab.js"></script><script defer="defer" src="/js/app.af221958.js"></script><link href="/css/chunk-vendors.dc00b3d5.css" rel="stylesheet"><link href="/css/app.87060911.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but rfd-fyi doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
BIN
public/favicon.ico
Normal file → Executable file
BIN
public/favicon.ico
Normal file → Executable file
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -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 |
@@ -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";
|
||||
|
Reference in New Issue
Block a user