Untitled

 avatar
unknown
plain_text
a month ago
419 B
2
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Nadeem Server Discord Link</title>
    <script>
        function showMessage() {
            alert("Nadeem server Discord");
        }
    </script>
</head>
<body>

    <a href="#" onclick="showMessage()">Click here to join Nadeem server Discord</a>

</body>
</html>
Leave a Comment