24 lines
666 B
HTML
Executable File
24 lines
666 B
HTML
Executable File
<!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>
|