mirror of
https://codeberg.org/metamuffin/abrechenbarkeit-sd.git
synced 2024-12-22 22:54:34 +00:00
32 lines
No EOL
680 B
HTML
32 lines
No EOL
680 B
HTML
<!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> |