mirror of
https://github.com/danbulant/slightlyComplicatedTicTacToe
synced 2026-06-20 06:51:40 +00:00
new favicon, close #4
This commit is contained in:
parent
75ba376f46
commit
edbd913501
3 changed files with 7 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="favicon.svg" sizes="any" type="image/svg+xml">
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<style>
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 740 B |
6
client/static/favicon.svg
Normal file
6
client/static/favicon.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="16" height="16">
|
||||
<line x1="0" y1="0" x2="100%" y2="100%" stroke="rgb(239,68,68)" stroke-width="2" />
|
||||
<line x1="100%" y1="0" x2="0" y2="100%" stroke="rgb(239,68,68)" stroke-width="2" />
|
||||
<circle cx="50%" cy="50%" r="45%" stroke="rgb(59,130,246)" stroke-width="2" fill="none" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 361 B |
Loading…
Reference in a new issue