tauri-apps/template/src/index.html

13 lines
294 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ .Data.appName }}</title>
<script type="module" src="/main.js" defer></script>
</head>
<body>
</body>
</html>