fix stuff
This commit is contained in:
parent
98616f01ad
commit
2033385119
6 changed files with 10 additions and 6 deletions
|
|
@ -117,13 +117,15 @@ main {
|
||||||
|
|
||||||
#page-header div {
|
#page-header div {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 4pt;
|
gap: 2pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-header a {
|
#page-header a {
|
||||||
display: block;
|
display: block;
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
padding: 2pt;
|
||||||
|
border-radius: 3pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-header-button {
|
.page-header-button {
|
||||||
|
|
|
||||||
2
public_html/eh/eh/eh/index.html
Executable file → Normal file
2
public_html/eh/eh/eh/index.html
Executable file → Normal file
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Page Title</title>
|
<title>EH-EH</title>
|
||||||
<meta http-equiv="refresh" content="1; url=eh-eh"/>
|
<meta http-equiv="refresh" content="1; url=eh-eh"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
2
public_html/eh/eh/index.html
Executable file → Normal file
2
public_html/eh/eh/index.html
Executable file → Normal file
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Page Title</title>
|
<title>EH</title>
|
||||||
<meta http-equiv="refresh" content="1; url=eh"/>
|
<meta http-equiv="refresh" content="1; url=eh"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
2
public_html/eh/index.html
Executable file → Normal file
2
public_html/eh/index.html
Executable file → Normal file
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Page Title</title>
|
<title>EH</title>
|
||||||
<meta http-equiv="refresh" content="1; url=eh"/>
|
<meta http-equiv="refresh" content="1; url=eh"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Page Title</title>
|
<title>NEVER EVER EVER. DEH</title>
|
||||||
<meta http-equiv="refresh" content="1; url=eh/"/>
|
<meta http-equiv="refresh" content="1; url=eh/"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -117,13 +117,15 @@ main {
|
||||||
|
|
||||||
#page-header div {
|
#page-header div {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 4pt;
|
gap: 2pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-header a {
|
#page-header a {
|
||||||
display: block;
|
display: block;
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
padding: 2pt;
|
||||||
|
border-radius: 3pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-header-button {
|
.page-header-button {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue