55 lines
1.4 KiB
HTML
55 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>EDUT Platform - iOS</title>
|
|
<meta name="description" content="EDUT iOS platform delivery channel.">
|
|
<style>
|
|
body {
|
|
font-family: 'IBM Plex Mono', 'Courier New', Courier, monospace;
|
|
background: #f0f4f8;
|
|
color: #2c2c2c;
|
|
padding: 40px 20px;
|
|
margin: 0;
|
|
}
|
|
.container {
|
|
max-width: 760px;
|
|
margin: 0 auto;
|
|
line-height: 1.7;
|
|
letter-spacing: 0.06em;
|
|
font-size: 12px;
|
|
}
|
|
h1 {
|
|
font-size: 18px;
|
|
font-weight: 300;
|
|
letter-spacing: 0.12em;
|
|
text-transform: uppercase;
|
|
margin: 10px 0 20px;
|
|
}
|
|
.muted {
|
|
color: #5f646b;
|
|
}
|
|
.card {
|
|
margin-top: 18px;
|
|
padding: 16px;
|
|
border: 1px solid #d6dce4;
|
|
background: #f7fafc;
|
|
}
|
|
a { color: #2c2c2c; text-decoration: underline; text-underline-offset: 2px; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<p><a href="/">back</a></p>
|
|
<h1>EDUT Platform iOS</h1>
|
|
<p class="muted">membership channel acknowledged</p>
|
|
<div class="card">
|
|
<p>This endpoint is bound to wallet-authenticated membership access.</p>
|
|
<p>When iOS distribution is staged for your designation era, this channel delivers current install instructions.</p>
|
|
<p>Member updates and entitlement notices are delivered inside the EDUT app after wallet sign-in.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|