Updates
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -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;
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user