mirror of
https://github.com/cupcakearmy/blaze.git
synced 2025-12-08 20:25:01 +00:00
Fix missing favicon
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
<link rel="icon" type="image/x-icon" href="/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
|
|||||||
2
dist/info.html
vendored
2
dist/info.html
vendored
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
<link rel="icon" type="image/x-icon" href="/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
|
|||||||
3
favicon.svg
Normal file
3
favicon.svg
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<svg height="100" width="100">
|
||||||
|
<circle cx="50" cy="50" r="40" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 73 B |
Reference in New Issue
Block a user