mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
14 lines
249 B
HTML
14 lines
249 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Yew • Two Apps</title>
|
|
|
|
<link data-trunk rel="rust" />
|
|
</head>
|
|
<body>
|
|
<div class="first-app"></div>
|
|
<div class="second-app"></div>
|
|
</body>
|
|
</html>
|