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

@@ -294,6 +294,7 @@ DocumentRoot "/usr/local/apache2/htdocs"
# Custom # Custom
# #
Header add Link "</common/catppuccin.css>; rel=stylesheet; type=text/css" Header add Link "</common/catppuccin.css>; rel=stylesheet; type=text/css"
Header add Link "</common/favicon.ico>; rel=icon; type=image/x-icon"
</Directory> </Directory>
# #

View File

@@ -4,6 +4,6 @@ const input = document.getElementById("ddg-query");
form.addEventListener("submit", function () { form.addEventListener("submit", function () {
const domain = window.location.hostname; 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"> <meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/common/catppuccin.css"> <link rel="stylesheet" href="/common/catppuccin.css">
<link rel="icon" type="image/x-icon" href="/common/favicon.ico"> <link rel="icon" type="image/x-icon" href="/common/favicon.ico">
<script src="ddg.js"></script>
<body> <body>
<h1>eom.dev</h1> <h1>eom.dev</h1>
<h2>Donate</h2> <h2>Donate</h2>

View File

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

View File

@@ -35,7 +35,7 @@ HTML = """
<link rel="icon" type="image/x-icon" href="/common/favicon.ico"> <link rel="icon" type="image/x-icon" href="/common/favicon.ico">
<style> <style>
</style> </style>
<script src="common/ddg.js"></script> <script src="/common/ddg.js"></script>
<body> <body>
<h1>eom.dev</h1> <h1>eom.dev</h1>
<h2>Mailbox</h2> <h2>Mailbox</h2>