This commit is contained in:
2025-01-04 01:06:06 -05:00
parent 44777dacdd
commit a4a56f3986
9 changed files with 12 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
![Archivestr Logo](https://archivestr.netlify.app/Archivestr.png)
![Archivestr Logo](https://archivestr.netlify.app/img/Archivestr.png)
# Archivestr

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
src/img/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

BIN
src/img/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -10,11 +10,17 @@
<meta name="description" content="Archivestr: A Nostr Archive Creation, Browser, and Broadcaster Tool">
<link rel="stylesheet" href="styles.css?v=1.0">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@700&display=swap" rel="stylesheet">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="icon" sizes="16x16" href="img/favicon-16x16.png">
<link rel="icon" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" sizes="192x192" href="img/android-chrome-192x192.png">
<link rel="icon" sizes="512x512" href="img/android-chrome-512x512.png">
</head>
<body>
<div class="container">
<div class="logo-container">
<img src="Archivestr.png" alt="Archivestr Logo" class="logo">
<img src="img/Archivestr.png" alt="Archivestr Logo" class="logo">
<h1>ARCHIVESTR</h1>
</div>
<p>A Nostr Archive Creation, Browser, and Broadcaster Tool</p>
@@ -221,10 +227,12 @@ wss://relay2.example.com" required></textarea>
<footer>
<div class="footer-content">
<span class="copyright">CC0 - No Rights Reserved</span>
<a href="https://github.com/PR0M3TH3AN/Archivestr" target="_blank" class="footer-link">View on GitHub</a>
<a href="https://github.com/PR0M3TH3AN/Archivestr" target="_blank" class="footer-link">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/github.svg" alt="GitHub" style="width: 24px; height: 24px; filter: invert(100%);">
</a>
</div>
</footer>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/nostr-tools@1.7.0/lib/nostr.bundle.js"></script>
<script src="script.js?v=1.0"></script>