Fix stylesheet URL
Committed 589c00
--- a/webint_code/templates/project/index.html
+++ b/webint_code/templates/project/index.html
</ul>
$if readme:
- <link rel=stylesheet href=/static/solarized.css media=screen>
+ <link rel=stylesheet href=$tx.origin/static/solarized.css media=screen>
<div>$:mkdn(readme)</div>
<hr>