This commit is contained in:
2025-01-03 17:34:02 -05:00
parent a0d4762343
commit 1e8553c653
3 changed files with 12 additions and 2 deletions

View File

@@ -1,7 +1,10 @@
<!DOCTYPE html>
<<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>Nostr Archive Collector</title>
<style>
/* Basic styling for better UX */

View File

@@ -3,8 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>Archivestr</title>
<meta name="description" content="Archivestr: A Nostr Archive Creation, Browser, and Broadcaster Tool">
<link rel="stylesheet" href="styles.css?v=" + Math.random()>
<style>
body {
font-family: Arial, sans-serif;

View File

@@ -3,8 +3,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>Nostr Archive Viewer</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="styles.css?v=" + Math.random()>
</head>
<body>
<div class="container">