parent
56e0c2391d
commit
0d89f0e6f2
|
@ -4,6 +4,7 @@
|
||||||
<title>morss</title>
|
<title>morss</title>
|
||||||
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" />
|
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" />
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
|
<link rel="shortcut icon" type="image/svg+xml" href="/logo.svg" sizes="any" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="16" height="16" viewBox="0 0 16 16" shape-rendering="crispEdges" fill="black" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect x="2" y="4" width="2" height="2" />
|
||||||
|
<rect x="5" y="4" width="6" height="2" />
|
||||||
|
<rect x="12" y="4" width="2" height="2" />
|
||||||
|
|
||||||
|
<rect x="2" y="7" width="2" height="2" />
|
||||||
|
<rect x="7" y="7" width="2" height="2" />
|
||||||
|
<rect x="12" y="7" width="2" height="2" />
|
||||||
|
|
||||||
|
<rect x="2" y="10" width="2" height="2" />
|
||||||
|
<rect x="7" y="10" width="2" height="2" />
|
||||||
|
<rect x="12" y="10" width="2" height="2" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 581 B |
Loading…
Reference in New Issue