mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* install trunk from brew * update examples * prepare multi_thread (even tho it's still WIP)
12 lines
199 B
HTML
12 lines
199 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Yew • Js Callback</title>
|
|
|
|
<link data-trunk rel="sass" href="index.scss" />
|
|
</head>
|
|
|
|
<body></body>
|
|
</html>
|