2
0
Fork 0
inspin.io/components/article/Policy.vue

14 lines
451 B
Vue
Raw Normal View History

2024-08-15 12:28:47 +00:00
<template>
<div class="policy">
<h3>Comment Policy:</h3>
<p>Welcome to our comment section. Please follow these simple rules:</p>
<ul>
<li>Stay on topic</li>
<li>Refrain from personal attacks</li>
<li>Avoid profanity</li>
<li>Links should be related to the topic of the post</li>
<li>No spamming</li>
</ul>
<p>We reserve the right to remove comments if we deem it necessary.</p>
</div>
</template>