Skip to content

Commit fdb0be3

Browse files
committed
add scam warning alert to homepage.
1 parent 2e28ec5 commit fdb0be3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

webpage/src/pages/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ export default function Home(): ReactNode {
7070
<main>
7171
<section className={styles.description}>
7272
<div className="container">
73+
<div className="alert alert--danger margin-bottom--lg" role="alert">
74+
<strong>⚠️ Scam Warning:</strong> There are fraudulent accounts claiming that Neko is launching cryptocurrency tokens. This is <strong>not affiliated with the official Neko project</strong> in any way. The Neko project <strong>does not have any X (Twitter) account</strong> and is <strong>not involved in any crypto tokens</strong>. Please do not fall for these scams.
75+
</div>
7376
<p className="text--center">
7477
Welcome to Neko, a self-hosted virtual browser that runs in Docker and uses WebRTC technology. Neko allows you to <strong>run a fully-functional browser in a virtual environment</strong>, providing <strong>secure and private internet access</strong> from anywhere. It's perfect for developers, privacy-conscious users, and anyone needing a <strong>virtual browser</strong>.
7578
</p>

0 commit comments

Comments
 (0)