Added svg
This commit is contained in:
parent
d2e2b24288
commit
82501b805a
28
src/assets/favicon.svg
Normal file
28
src/assets/favicon.svg
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="30mm"
|
||||||
|
height="30mm"
|
||||||
|
viewBox="0 0 30 30"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs2" />
|
||||||
|
<g
|
||||||
|
id="layer1">
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.9985px;font-family:Hack;-inkscape-font-specification:Hack;fill:#eba0ac;fill-opacity:1;stroke-width:0.26457"
|
||||||
|
x="5.9704003"
|
||||||
|
y="25.933817"
|
||||||
|
id="text323"
|
||||||
|
transform="scale(0.99995302,1.000047)"><tspan
|
||||||
|
id="tspan321"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.9985px;font-family:Hack;-inkscape-font-specification:Hack;fill:#eba0ac;fill-opacity:1;stroke-width:0.26457"
|
||||||
|
x="5.9704003"
|
||||||
|
y="25.933817">V</tspan></text>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1,015 B |
|
@ -5,6 +5,7 @@
|
||||||
<title>Homepage</title>
|
<title>Homepage</title>
|
||||||
<link rel="stylesheet" href="assets/main.css">
|
<link rel="stylesheet" href="assets/main.css">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.min.css">
|
||||||
|
<link rel="icon" href="/assets/favicon.svg">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Vanten</h1>
|
<h1>Vanten</h1>
|
||||||
|
|
Loading…
Reference in a new issue