This commit is contained in:
2026-02-19 19:10:13 -05:00
parent 3b38f73030
commit 73ac0165f3
5 changed files with 4 additions and 4 deletions

View File

@@ -4,6 +4,6 @@ const input = document.getElementById("ddg-query");
form.addEventListener("submit", function () {
const domain = window.location.hostname;
input.value = "site:" + domain + " " + input.value;
input.value = "site:eom.dev/archive/Mail/raw/" + " " + input.value;
});
};

View File

@@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/common/catppuccin.css">
<link rel="icon" type="image/x-icon" href="/common/favicon.ico">
<script src="ddg.js"></script>
<body>
<h1>eom.dev</h1>
<h2>Donate</h2>

View File

@@ -3,7 +3,7 @@
<meta charset="UTF-8">
<title>eom.dev - Live Stream</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/common/default.css">
<link rel="stylesheet" href="/common/catppuccin.css">
<link rel="icon" type="image/x-icon" href="/common/favicon.ico">
<body>
<h1>eom.dev</h1>