mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 15:13:38 +03:00
3fbaee454d
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
11 lines
188 B
HTML
11 lines
188 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Isolation Secure Script</title>
|
|
</head>
|
|
<body>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
</html>
|