forked from Fediversity/Fediversity
12 lines
216 B
HTML
12 lines
216 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Example End User Policy</title>
|
|
</head>
|
|
<body>
|
|
<p>You have agreed to our End User Policy, you can now use our service.</p>
|
|
|
|
<p>Have fun!</p>
|
|
</body>
|
|
</html>
|