2025-05-02 19:04:10 +03:00

32 lines
794 B
HTML

<!DOCTYPE html>
<html>
<head><meta charset="UTF-8"><title>Installation Complete</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.6;
color: #333;
padding: 40px;
background-color: #fff;
}
h1 {
font-size: 24px;
margin-bottom: 20px;
}
p, li {
font-size: 14px;
margin-bottom: 12px;
}
ul {
padding-left: 20px;
}
</style>
</head>
<body>
<h1>Installation Complete</h1>
<p>The Audacity OpenVINO Plugin has been successfully installed.</p>
<p>Launch Audacity to start using the new features!</p>
</body>
</html>