examples: fix `style.css` path (closes #1992) (#1994)

This commit is contained in:
Greg Johnston 2023-11-05 21:29:17 -05:00 committed by GitHub
parent b1e8105442
commit bfb67d45e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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