mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-22 02:01:49 +03:00
11 lines
170 B
HTML
11 lines
170 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>
|