Files
tauri-plugins-workspace/examples/api/isolation-dist/index.html
T
Lucas Fernandes Nogueira 5015132ece feat: add API example (#317)
2023-05-05 09:41:17 -03:00

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>