1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-25 20:11:10 +00:00
ibis/index.html

19 lines
No EOL
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>