16 lines
440 B
HTML
16 lines
440 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>beOS Pro Service Agreement</title>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>beOS Pro Service Agreement</h1>
|
|
<p>This installation is configured for self-hosted operation.</p>
|
|
<p>Review and replace this placeholder with your own service agreement before distribution.</p>
|
|
</main>
|
|
</body>
|
|
</html>
|