this repo has no description

Update

+5
+4
public/css/style.css
··· 12 12 a:visited { 13 13 color: #fff; 14 14 } 15 + 16 + img { 17 + padding: 1em; 18 + }
public/img/yarn.png

This is a binary file and will not be displayed.

+1
public/index.html
··· 5 5 </head> 6 6 <body> 7 7 <h1>Tangled Pages Example</h1> 8 + <img width="200" src="/img/yarn.png" alt="Yarn" /> 8 9 <p>This is an example of a static page hosted on a tangled repo!</p> 9 10 <a href="https://tangled.sh/@gracekind.net/tangled-pages-example">Source</a> 10 11 </body>