feat: leptonic 0.2.0 / leptos 0.4.10 setup based on leptonic docs
This commit is contained in:
commit
b1ffebb011
12 changed files with 2647 additions and 0 deletions
27
index.html
Normal file
27
index.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
||||
<meta name="description" content="Leptonic" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#e66956" />
|
||||
|
||||
<title>Leptonic</title>
|
||||
|
||||
<script type="module" src="/js/tiptap-bundle.min.js"></script>
|
||||
<script type="module" src="/js/tiptap.js"></script>
|
||||
|
||||
<!-- <link rel="icon" href="/res/icon/leptonic_x64.png" /> -->
|
||||
|
||||
<link data-trunk rel="rust" data-wasm-opt="z" />
|
||||
<link data-trunk rel="scss" href="scss/style.scss" />
|
||||
<link data-trunk rel="copy-dir" href="generated/js/" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body></body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue