fix(examples): hackernews_axum styles href (#536)

This commit is contained in:
Dmitrii Kuzmin
2023-02-19 00:17:54 +04:00
committed by GitHub
parent 487dba90d8
commit 9c572f7617

View File

@@ -2,7 +2,7 @@
<html>
<head>
<link data-trunk rel="rust" data-wasm-opt="z"/>
<link data-trunk rel="css" href="./static/style.css"/>
<link data-trunk rel="css" href="/style.css"/>
</head>
<body></body>
</html>