Files
wakeup3770/templates/wakeup-fail.html

23 lines
522 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>喚醒失敗 | 喚醒 PinLin3770</title>
<style>
body {
font-family: sans-serif; padding: 1.5rem; font-size: 1.2rem;
}
a, button {
font-size: 1.1rem;
}
</style>
</head>
<body>
<h1>喚醒 PinLin3770</h1>
<p>⚠️ 發送魔法封包失敗</p>
<p>{{error}}</p>
<a href="/">回首頁</a>
</body>
</html>