This commit is contained in:
2026-06-14 19:09:18 +01:00
parent 14bd1a9271
commit 13fa90a0e9
3958 changed files with 999286 additions and 4 deletions
+23
View File
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<!--
Copyright 2019-2020 Andreas Atteneder
SPDX-License-Identifier: Apache-2.0
-->
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>KTX-Software</title>
<style>
body > * { text-align:center; font-family:sans-serif;}
.success{font-size: 6em;}
.terminal{font-family:monospace;margin:0 0.5em 0 .5em;}
</style>
</head>
<body>
<div class="success"></div>
<h2>The installation was successful.</h2>
<p>The software was installed.</p>
<p>To uninstall, run <span class="terminal">sudo ktx-uninstall</span> in a terminal</p>
</body>
</html>