mirror of
https://github.com/yewstack/yew.git
synced 2026-01-25 16:43:15 +00:00
12 lines
259 B
HTML
12 lines
259 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Yew • Nested List</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<script src="/nested_list.js"></script>
|
|
</body>
|
|
</html>
|