this repo has no description

Update

Changed files
+5
public
+4
public/css/style.css
···
a:visited {
color: #fff;
}
+
+
img {
+
padding: 1em;
+
}
public/img/yarn.png

This is a binary file and will not be displayed.

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