create frontend template
This commit is contained in:
12
index.html
Normal file
12
index.html
Normal 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>
|
Reference in New Issue
Block a user