mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
12 lines
No EOL
408 B
HTML
12 lines
No EOL
408 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link data-trunk rel="css" href="./node_modules/todomvc-common/base.css">
|
|
<link data-trunk rel="css" href="./node_modules/todomvc-app-css/index.css">
|
|
<title>Leptos • TodoMVC</title>
|
|
<link data-trunk rel="rust" data-wasm-opt="z"/>
|
|
</head>
|
|
<body></body>
|
|
</html> |