35 lines
1.8 KiB
HTML
35 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>🫐 Publication Rules - Artberry 🫐</title>
|
||
<link rel="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}">
|
||
<link rel="icon" href="{{ url_for('static', filename='artberry.ico') }}" type="image/x-icon">
|
||
|
||
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap" rel="stylesheet">
|
||
</head>
|
||
<body>
|
||
<header>
|
||
<h1>Publication Rules</h1>
|
||
</header>
|
||
|
||
<section>
|
||
<h2>Guidelines for Publishing Content</h2>
|
||
<p>To maintain a safe and respectful environment, all users must follow these rules when publishing content:</p>
|
||
|
||
<h1>Content Restrictions</h1>
|
||
<p>• Artwork with watermarks, links to external sites (e.g., Patreon, social media), or any form of censorship is strictly prohibited.</p>
|
||
<p>• Submissions must feature only human-like characters. Non-human characters, minors, or characters appearing underage are not allowed.</p>
|
||
<p>• Content depicting extreme or disturbing themes, including violent or offensive genres, is not permitted.</p>
|
||
|
||
<h1>Community Standards</h1>
|
||
<p>• All submissions must be original and should not violate any copyright or intellectual property rights.</p>
|
||
<p>• Respect the work of other creators and ensure that all content meets the community’s standards of respect and appropriateness.</p>
|
||
<p>• Use appropriate tags and descriptions for your content to help others find and understand your work.</p>
|
||
|
||
</section>
|
||
</body>
|
||
</html>
|