Add ktx
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 5.4 KiB |
Executable
+23
@@ -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>
|
||||
Reference in New Issue
Block a user