~martijnbraam/struct

488f5ac0fc05e61a15d098769c61284efd1f6bea — Martijn Braam 1 year, 8 months ago 20fe984 master
Add favicon
3 files changed, 12 insertions(+), 0 deletions(-)

A favicon.png
A favicon.svg
M index.html
A favicon.png => favicon.png +0 -0
A favicon.svg => favicon.svg +10 -0
@@ 0,0 1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg">
 <g transform="translate(-42.477 -117.6)">
  <g aria-label="struct">
   <rect x="43.317" y="118.6" width="31.976" height="31.675" ry=".95916" fill="#fff" stroke-width=".070004"/>
   <path d="m69.207 139.81q0 2.662-0.9238 4.3294-0.9238 1.6674-2.3883 2.6912-1.442 1.0238-3.2446 1.4041-1.78 0.40951-3.4924 0.40951-2.8615 0-5.7005-1.0823-2.839-1.0823-4.9119-2.8375l1.9377-4.9729q2.4785 1.8722 4.5289 2.662 2.0729 0.76056 4.1458 0.76056 2.8164 0 4.1008-0.76056 1.2843-0.78985 1.2843-2.1647 0-0.67281-0.36051-1.1116-0.3605-0.43881-1.1942-0.78985-0.83367-0.38026-2.2081-0.7313-1.3519-0.38029-3.3797-0.78981-1.6223-0.35097-3.0868-0.84833-1.442-0.52656-2.5461-1.4626-1.104-0.93611-1.78-2.3695-0.65342-1.4334-0.65342-3.5981 0-2.1939 0.8562-3.8028 0.87873-1.6381 2.2757-2.6912 1.4195-1.0531 3.177-1.5211 1.7575-0.46804 3.5149-0.46804 2.4785 0 4.7992 0.84833 2.3433 0.81908 4.1008 2.3694l-1.8476 4.6804q-1.7575-1.4334-3.4248-1.9307-1.6448-0.52656-3.6276-0.52656-0.83367 0-1.7349 0.11711-0.90126 0.11711-1.6673 0.46804-0.76608 0.3216-1.2843 0.90685-0.4957 0.55577-0.4957 1.3748 0 1.0824 1.4646 1.7844 1.4871 0.67282 5.0471 1.3456 1.9377 0.35097 3.5375 0.90685 1.5997 0.52652 2.7489 1.4626 1.1491 0.90681 1.78 2.3694 0.65342 1.4334 0.65342 3.5688z" fill="#36c" stroke-width=".82154"/>
  </g>
 </g>
</svg>

M index.html => index.html +2 -0
@@ 165,6 165,8 @@
                border-radius: 4px;
            }
        </style>
        <link rel="icon" href="favicon.svg" type="image/svg+xml">
        <link rel="icon" href="favicon.png">
    </head>
    <body>