mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
20 lines
477 B
HTML
20 lines
477 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Yew • TodoMVC</title>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdn.jsdelivr.net/npm/todomvc-common@1.0.5/base.css"
|
|
/>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdn.jsdelivr.net/npm/todomvc-app-css@2.3.0/index.css"
|
|
/>
|
|
|
|
<link data-trunk rel="rust" />
|
|
</head>
|
|
<body></body>
|
|
</html>
|