mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* redesign node refs example with form validation * use char for single character string * update readme * fix placeholder type
13 lines
233 B
HTML
13 lines
233 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Yew • Node Refs</title>
|
|
|
|
<link data-trunk rel="rust" />
|
|
<link data-trunk rel="css" href="./styles.css" />
|
|
</head>
|
|
|
|
<body></body>
|
|
</html>
|