This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

1<svg viewBox="-10 -10 120 120" xmlns="http://www.w3.org/2000/svg"> 2<g> 3<path d="M0,100 Q100,100,100,0" style="fill: none; stroke: black; stroke-width: 2px;"/> 4</g> 5<g style="fill: blue;"> 6<path d="M0,50 L100,0 L50,0 L50,0 L50,0 L100,0 z"/> 7</g> 8<g> 9<circle cx="25" cy="25" r="25" style="fill: brown;"/> 10</g> 11<g> 12<circle cx="100" cy="0" r="5" style="fill: none; stroke: black; stroke-width: 0.5px;"/> 13</g> 14<g> 15<line style="fill: none; stroke: black; stroke-width: 2px;" x1="100" x2="100" y1="100" y2="0"/> 16</g> 17</svg>