mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-07 14:38:42 +00:00
Remove generated HTML and ignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -16,3 +16,5 @@ Thumbs.db
|
||||
*~
|
||||
*.swp
|
||||
imports/*.json
|
||||
src/index.html
|
||||
src/nostr.html
|
||||
|
@@ -76,7 +76,7 @@ and headline. The script now also asks for a **URL** and a **Tear-off link**.
|
||||
These values are written into the configuration file (`src/config.json` by
|
||||
default) and determine the QR code targets.
|
||||
|
||||
The script updates the chosen config file, regenerates QR codes, obfuscates `index-master.html` and `nostr-master.html`, and copies the resulting files plus PDFs and QR images into `host/<subdomain>`. The contents in that directory can then be hosted.
|
||||
The script updates the chosen config file, regenerates QR codes, obfuscates `index-master.html` and `nostr-master.html`, and copies the resulting files plus PDFs and QR images into `host/<subdomain>`. The resulting `src/index.html` and `src/nostr.html` files are generated automatically and excluded from version control via `.gitignore`. The contents in that directory can then be hosted.
|
||||
|
||||
Additional documentation is available in the `src/` directory; see [src/README.md](src/README.md) for more details on the obfuscation scripts and additional usage notes.
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Connect with Me on KeyChat</title><style>body{font-family:'Courier New',Courier,monospace;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;margin:0;background-color:#fff}.container{background-color:#fff;padding:20px;border:1px solid #000;text-align:center;max-width:400px;width:90%;box-shadow:0 0 10px rgba(0,0,0,.1)}h1{color:#333}p{font-size:16px;color:#666}.code-box{background-color:#fff;border:1px solid #000;padding:10px;margin:20px 0;font-size:18px;color:#333;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;cursor:pointer;user-select:none}.copy-btn{background-color:#000;color:#fff;padding:10px 20px;border:1px solid #000;cursor:pointer;font-size:16px;transition:background-color .3s ease}.copy-btn:hover{background-color:#3d3d3d}footer{margin-top:20px;font-size:14px;color:#999}a{color:#a30000;text-decoration:none}a:hover{text-decoration:underline}</style></head><body><div class="container"><h1>Nostr</h1><p>Use a secure file shareing tool like <a href="https://onionshare.org/" target="_blank">Onion Share</a> or <a href="https://wormhole.app/" target="_blank">WormHole</a> to send your completed <a href="submission_form.pdf" target="_blank">submission form PDF</a> to the following <a href="https://www.0xchat.com/#/" target="_blank">Nostr</a> npub account:</p><p></p><a href="index.html">Back to Home</a><p></p><div class="code-box" id="keyChatCode">npub1ln8efl52vsyh6lg59c9v3kut56wev489lzcma0sv2mf8nm6jhwjqeteygt</div><button class="copy-btn" onclick="copyCode()">Copy Code</button></div><footer><p>Not on Nostr yet? <a href="https://nostr.how/en/what-is-nostr" target="_blank">Learn more here</a>.</p></footer><script>function a0_0x1920(_0x52745a,_0x4af811){var _0x25cf2c=a0_0x25cf();return a0_0x1920=function(_0x192065,_0x4583ce){_0x192065=_0x192065-0xf9;var _0xf328c6=_0x25cf2c[_0x192065];return _0xf328c6;},a0_0x1920(_0x52745a,_0x4af811);}(function(_0x9ef2ad,_0x5bfd0c){var _0x3f1a49=a0_0x1920,_0x2fc986=_0x9ef2ad();while(!![]){try{var _0x22ee02=-parseInt(_0x3f1a49(0xfc))/0x1+parseInt(_0x3f1a49(0x106))/0x2+parseInt(_0x3f1a49(0xfd))/0x3*(parseInt(_0x3f1a49(0x108))/0x4)+-parseInt(_0x3f1a49(0xff))/0x5*(-parseInt(_0x3f1a49(0xfe))/0x6)+parseInt(_0x3f1a49(0x103))/0x7+-parseInt(_0x3f1a49(0x101))/0x8*(parseInt(_0x3f1a49(0xfb))/0x9)+-parseInt(_0x3f1a49(0x105))/0xa;if(_0x22ee02===_0x5bfd0c)break;else _0x2fc986['push'](_0x2fc986['shift']());}catch(_0x8d3923){_0x2fc986['push'](_0x2fc986['shift']());}}}(a0_0x25cf,0x61722));function copyCode(){var _0x4fbe1d=a0_0x1920,_0xde96a6=document[_0x4fbe1d(0x100)](_0x4fbe1d(0x109))[_0x4fbe1d(0x104)];navigator[_0x4fbe1d(0xf9)]['writeText'](_0xde96a6)[_0x4fbe1d(0x102)](function(){var _0x1a25af=_0x4fbe1d;alert(_0x1a25af(0x107));},function(_0x4a9824){var _0x9af094=_0x4fbe1d;alert(_0x9af094(0xfa),_0x4a9824);});}function a0_0x25cf(){var _0x2d06b3=['9673590gyjXCP','1213754yLmSVy','Code\x20copied\x20to\x20clipboard!','4BFZKZR','keyChatCode','clipboard','Failed\x20to\x20copy\x20code:\x20','9fYuthP','292516CzOxGo','1470939nEVEVz','5514KLQQlt','2335XoNked','getElementById','800872XwNVeo','then','1629313aCRijg','innerText'];a0_0x25cf=function(){return _0x2d06b3;};return a0_0x25cf();}</script></body></html>
|
Reference in New Issue
Block a user