2018-04-15 09:41:51 +03:00

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>