leptos/examples/router/index.html

19 lines
367 B
HTML
Raw Normal View History

2022-08-24 14:59:06 +00:00
<!DOCTYPE html>
<html>
<head>
<link data-trunk rel="rust" data-wasm-opt="z"/>
<link data-trunk rel="icon" type="image/ico" href="/public/favicon.ico"/>
2022-08-29 12:05:14 +00:00
<style>
a[aria-current] {
2022-08-29 12:05:14 +00:00
font-weight: bold;
}
.contact, .contact-list {
border: 1px solid #c0c0c0;
border-radius: 3px;
padding: 1rem;
}
</style>
2022-08-24 14:59:06 +00:00
</head>
<body></body>
</html>