42bdfabd91
Now we have a reactive web app written entirely in Rust. The Trunk build tool compiles it to WebAssembly and generates a little JavaScript glue.
9 lines
149 B
HTML
9 lines
149 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Lattice circle</title>
|
|
<link data-trunk rel="css" href="main.css"/>
|
|
</head>
|
|
<body></body>
|
|
</html>
|