add favicon
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
cc72688bf8
commit
98bae790f3
1
images/favicon.svg
Normal file
1
images/favicon.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g fill="#0f0" font-family="monospace" font-weight="bold"><text y="14" font-size="16">H</text><text x="9" y="8" font-size="10">0</text></g></svg>
|
After Width: | Height: | Size: 208 B |
@ -4,6 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<title>tronnet - client</title>
|
<title>tronnet - client</title>
|
||||||
|
<link rel="icon" href="images/favicon.svg" sizes="any" type="image/svg+xml">
|
||||||
<link rel="stylesheet" href="css/style.css" type="text/css">
|
<link rel="stylesheet" href="css/style.css" type="text/css">
|
||||||
<script src="scripts/index.js" type="module"></script>
|
<script src="scripts/index.js" type="module"></script>
|
||||||
<script src="scripts/elements.js" type="module"></script>
|
<script src="scripts/elements.js" type="module"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user