mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 00:21:32 +03:00
78f1e03495
* feat(tauri.js) inject MutationObserver to lazy load scripts on no-server * feat(tauri.js) add disable inliner config * fix(tauri.js) add types * feat(tauri.js&tauri) lazy load CSS files on mutation observer
19 lines
390 B
HTML
19 lines
390 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
|
|
|
<title>Svelte app</title>
|
|
|
|
<link rel='icon' type='image/png' href='favicon.png'>
|
|
<link rel='stylesheet' href='global.css'>
|
|
<link rel='stylesheet' href='build/bundle.css'>
|
|
|
|
<script defer src='/build/bundle.js'></script>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
</html>
|