abrechenbarkeit-sd/airootfs/usr/local/share/webapps/no_config/index.html

32 lines
680 B
HTML
Raw Permalink Normal View History

2024-12-06 23:21:11 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>No configuration</title>
<style>
body {
background-color: black;
}
h1,
p,
pre {
color: red;
}
html {
cursor: none;
}
</style>
</head>
<body>
<h1>No app configuration found</h1>
<p>Please set the 97b6e7a4-b8a6-4d85-b7c4-0030bb5f2d38-AppUrl EFI variable to the entry point of your
application.</p>
<p>For more information see https://codeberg.org/metamuffin/abrechenbarkeit-sd</p>
</body>
</html>