mirror of
https://github.com/Nutomic/ibis.git
synced 2024-12-25 14:21:23 +00:00
19 lines
268 B
HTML
19 lines
268 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<link data-trunk rel="rust" data-wasm-opt="z"/>
|
||
|
</head>
|
||
|
<style>
|
||
|
img {
|
||
|
max-width: 250px;
|
||
|
height: auto;
|
||
|
}
|
||
|
|
||
|
.error {
|
||
|
border: 1px solid red;
|
||
|
color: red;
|
||
|
background-color: lightpink;
|
||
|
}
|
||
|
</style>
|
||
|
<body></body>
|
||
|
</html>
|