mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
15 lines
328 B
HTML
15 lines
328 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Yew • Two Apps</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<div class="first-app"></div>
|
|
<div class="second-app"></div>
|
|
<script src="js/app.js"></script>
|
|
</body>
|
|
</html>
|
|
|