mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
20 lines
No EOL
346 B
HTML
20 lines
No EOL
346 B
HTML
<!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"/>
|
|
</head>
|
|
<style>
|
|
img {
|
|
max-width: 250px;
|
|
height: auto;
|
|
}
|
|
|
|
.error {
|
|
border: 1px solid red;
|
|
color: red;
|
|
background-color: lightpink;
|
|
}
|
|
</style>
|
|
<body></body>
|
|
</html> |