create frontend template

This commit is contained in:
2024-10-05 14:57:39 +08:00
commit d29d63d3ce
23 changed files with 3855 additions and 0 deletions

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<!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>