32 lines
1 KiB
HTML
32 lines
1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
|
||
|
<meta name="description" content="Tour" />
|
||
|
<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">
|
||
|
|
||
|
<link data-trunk rel="rust" data-wasm-opt="z" data-weak-refs />
|
||
|
<link data-trunk rel="css" href="src/routes/nav.css" />
|
||
|
<link data-trunk rel="css" href="src/routes/home.css" />
|
||
|
<!-- <link data-trunk rel="css" href="/style.css" /> -->
|
||
|
</head>
|
||
|
|
||
|
<body></body>
|
||
|
|
||
|
</html>
|