mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 22:20:19 +00:00
9 lines
124 B
Rust
9 lines
124 B
Rust
use dioxus::prelude::*;
|
|
|
|
fn main() {
|
|
let g = html! {
|
|
<div>
|
|
<style> </style>
|
|
</div>
|
|
};
|
|
}
|