mirror of
https://github.com/audacity/mod-openvino-macos.git
synced 2025-12-11 05:47:14 -06:00
32 lines
794 B
HTML
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>
|