12 lines
385 B
HTML
12 lines
385 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="rust" data-bin="frontend" data-cargo-features="frontend" />
|
|
|
|
<title>Yew • SSR Router</title>
|
|
<link data-trunk rel="css" href="index.css" />
|
|
</head>
|
|
<body class="h-screen"><!--inject--></body>
|
|
</html> |