mirror of
https://github.com/tcsenpai/appetite.git
synced 2025-06-06 01:05:20 +00:00
13 lines
382 B
HTML
13 lines
382 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
|
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'">
|
|
<title>Appetite Control Center</title>
|
|
</head>
|
|
<body>
|
|
<h1>Please use a proper Appetite app</h1>
|
|
</body>
|
|
</html>
|