this repo has no description
at main 423 B view raw
1<!DOCTYPE html> 2<html> 3 <head> 4 <title>Tangled Pages Example</title> 5 <link rel="stylesheet" href="/css/style.css" /> 6 </head> 7 <body> 8 <h1>Tangled Pages Example</h1> 9 <img width="200" src="/img/yarn.png" alt="Yarn" /> 10 <p>This is an example of a static page hosted on a tangled repo!</p> 11 <a href="https://tangled.sh/@gracekind.net/tangled-pages-example" 12 >View Source</a 13 > 14 </body> 15</html>