<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Alpaca device setup</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
</style>
</head>
<body>
Sorry, this device does not support configuration.
</body>
</html>