updated local forms

This commit is contained in:
Keep Creating Online
2025-02-02 15:19:38 -05:00
parent fcba109e90
commit 3415e8ed65

View File

@@ -35,7 +35,7 @@
</style>
</head>
<body>
<h1>Bitvid Content Appeals Form</h1>
<h1>Content Appeals Form</h1>
<form id="appeal-form">
<h3>1. User Information</h3>
<label for="npub">Nostr Public Key (npub)</label>
@@ -181,7 +181,7 @@
const targetNpubs = [
// Add the npubs that should receive the DMs.
// Example:
"npub1TARGET_EXAMPLE",
"npub13yarr7j6vjqjjkahd63dmr27curypehx45ucue286ac7sft27y0srnpmpe",
// "npub1ANOTHER_TARGET",
];
@@ -189,6 +189,7 @@
const relays = {
"wss://relay.snort.social": true,
"wss://relay.damus.io": true,
"wss://relay.primal.net": true,
};
// -----------------------------------------------