book/index.html

29 lines
948 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 rel="apple-touch-icon" href="/res/icon/maskable_icon_x192.png" />
<link data-trunk rel="rust" data-wasm-opt="z" />
<link data-trunk rel="scss" href="scss/style.scss" />
<link data-trunk rel="copy-file" href="robots.txt" />
<link data-trunk rel="copy-dir" href="res/" />
<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>