fix stuff

This commit is contained in:
Never Gude 2026-08-18 15:34:10 +02:00
parent 98616f01ad
commit 2033385119
6 changed files with 10 additions and 6 deletions

View file

@ -117,13 +117,15 @@ main {
#page-header div {
display: flex;
gap: 4pt;
gap: 2pt;
}
#page-header a {
display: block;
color: var(--foreground);
text-decoration: none;
padding: 2pt;
border-radius: 3pt;
}
.page-header-button {

2
public_html/eh/eh/eh/index.html Executable file → Normal file
View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<title>EH-EH</title>
<meta http-equiv="refresh" content="1; url=eh-eh"/>
</head>
<body>

2
public_html/eh/eh/index.html Executable file → Normal file
View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<title>EH</title>
<meta http-equiv="refresh" content="1; url=eh"/>
</head>
<body>

2
public_html/eh/index.html Executable file → Normal file
View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<title>EH</title>
<meta http-equiv="refresh" content="1; url=eh"/>
</head>
<body>

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<title>NEVER EVER EVER. DEH</title>
<meta http-equiv="refresh" content="1; url=eh/"/>
</head>
<body>

View file

@ -117,13 +117,15 @@ main {
#page-header div {
display: flex;
gap: 4pt;
gap: 2pt;
}
#page-header a {
display: block;
color: var(--foreground);
text-decoration: none;
padding: 2pt;
border-radius: 3pt;
}
.page-header-button {