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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>