xilem/crates/xilem_html/web_examples/counter/index.html

19 lines
254 B
HTML

<!DOCTYPE html>
<head>
<style>
.gray {
background-color: lightgrey;
}
.green {
background-color: lightgreen;
}
rect.red {
fill: #e00;
}
line {
stroke: #444;
}
</style>
</head>
<body>
</body>