mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 19:54:44 -07:00
12 lines
364 B
HTML
12 lines
364 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>SUP - Setup Required</title>
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
|
</head>
|
|
<body style="font-family: system-ui; max-width: 600px; margin: 50px auto; padding: 20px;">
|
|
<h1>Setup Required</h1>
|
|
<p>Please <a href="/link">link your Signal account</a> to use SUP.</p>
|
|
</body>
|
|
</html>
|