libdisplay-info/di-edid-decode/web/style.css
Simon Ser 63152283ee Add webapp
This allows running di-edid-decode from a web browser.

The C code is compiled to Web Assembly via Emscripten. The HTML shell
is based on [1].

[1]: https://github.com/emscripten-core/emscripten/blob/main/src/shell_minimal.html

Signed-off-by: Simon Ser <contact@emersion.fr>
2023-12-14 15:50:25 +01:00

7 lines
50 B
CSS

#app {
display: none;
}
.error {
color: red;
}