Files
rust-otus/smart-house-web/frontend/index.html

12 lines
166 B
HTML

<!doctype html>
<html>
<head>
<style>
.red {
color: red;
}
</style>
</head>
<body></body>
</html>