28 lines
791 B
HTML
28 lines
791 B
HTML
|
<!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>
|