diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2026-02-23 01:20:35 -0500 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2026-02-23 01:20:35 -0500 |
| commit | dd444b67ee865c45e10e5543519f82d518a26819 (patch) | |
| tree | ac9933f4b128acdacab8c3b52e4ba07b3a4f1500 /Creatools | |
| parent | 93437faab0fea9591de94df07363b5950634ac81 (diff) | |
Creatools
Diffstat (limited to 'Creatools')
| -rw-r--r-- | Creatools/index.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Creatools/index.html b/Creatools/index.html new file mode 100644 index 0000000..ec4a428 --- /dev/null +++ b/Creatools/index.html @@ -0,0 +1,49 @@ +<!DOCTYPE html> +<html> + <head> + <meta name="viewport" content="width=device-width,initial-scale=1"> + <meta charset="utf-8"> + + <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet"> + + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> + <link rel="manifest" href="/site.webmanifest"> + + <link rel="stylesheet" href="/styles/style.css"> + <link rel="stylesheet" id="theme"/> + + <script defer="true" src="/scripts/cookie.js"></script> + <script defer="true" src="/scripts/theme.js"></script> + + <title>CircleShift - Creatools</title> + </head> + <body> + <h1><a href="../">Homepage</a></h1> + <h3>Here you can find linux builds of <a href="https://musictop69.wixsite.com/creatools">Creatools</a> VST3 plugins</h3> + <span>These were not written by me, I'm just providing downloads since I couldn't find builds of them anywhere else.</span> + </br> + <ul> + <li> + <h4>Piano XS</h4> + <br/> + <a href="/noversion/Creatools/Creatools-Piano-XS.tar.xz">Download (Linux x86_64 VST3)</a></span> + <br/> + <span>Source built from <a href="https://github.com/ilirbajri/Creatools-piano-xs">GitHub</a> on Void Linux (2026-02-22)</span> + <br/> + <span>Licensed under the GPL v3</span> + </li> + <li> + <h4>Keys</h4> + <br/> + <a href="/noversion/Creatools/Creatools-Keys.tar.xz">Download (Linux x86_64 VST3)</a></span> + <br/> + <span>Source built from <a href="https://github.com/ilirbajri/Creatools-Keys">GitHub</a> on Void Linux (2026-02-22)</span> + <br/> + <span>Licensed under the GPL v3</span> + </li> + </ul> + <span class="end">Site made with <3 by <a href="https://github.com/CircleShift/">NatCounter</a></span> + </body> +</html> |