Files
localsend/app/assets/web/error-403.html
2023-09-27 21:59:11 +02:00

12 lines
206 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>LocalSend</title>
</head>
<body>
<h1>403 Forbidden</h1>
<p>You don't have permission to access this resource.</p>
</body>
</html>