init
This commit is contained in:
19
frontend/index.html
Normal file
19
frontend/index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Trunk | Yew | YBC</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css"/>
|
||||
|
||||
<link data-trunk rel="scss" href="src/index.scss"/>
|
||||
<link data-trunk rel="scss" data-inline href="src/inline-scss.scss"/>
|
||||
<link data-trunk rel="css" href="src/app.css"/>
|
||||
<link data-trunk rel="icon" href="src/yew.svg"/>
|
||||
<link data-trunk rel="copy-file" href="src/yew.svg"/>
|
||||
<base data-trunk-public-url/>
|
||||
</head>
|
||||
<body>
|
||||
<link data-trunk rel="rust" href="Cargo.toml" data-wasm-opt="z" data-bin="yew-example" data-cargo-features="demo-abc,demo-xyz"/>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user