restructure

This commit is contained in:
filifa 2024-10-05 18:57:50 -05:00
parent d67b31bc40
commit 658b07f27b
8 changed files with 12 additions and 12 deletions

View File

@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="favicon.ico" />
<link rel="stylesheet" href="/styles/default.css" />
<link rel="icon" href="/images/favicon.ico" />
<title>About</title>
</head>
@ -15,9 +15,9 @@
<main>
<article>
<h1>About.</h1>
<img id="usbimg" src="usb.jpg" alt="an unsettling comic showing a man
putting a usb dongle into his mouth and moving his face with
the connected mouse" width=320 height=393 />
<img id="usbimg" src="/images/usb.jpg" alt="an unsettling comic showing
a man putting a usb dongle into his mouth and moving his face
with the connected mouse" width=320 height=393 />
<p>I'm in your walls.</p>
</article>
</main>

View File

@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="favicon.ico" />
<link rel="stylesheet" href="/styles/default.css" />
<link rel="icon" href="/images/favicon.ico" />
<title>Attributions</title>
</head>

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="favicon.ico" />
<link rel="stylesheet" href="/styles/default.css" />
<link rel="icon" href="/images/favicon.ico" />
<title>Dairy Demon</title>
</head>

View File

@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="/styles.css" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/styles/default.css" />
<link rel="icon" href="/images/favicon.ico" />
<title>Metal Gear Solid Trivia</title>
</head>

View File

@ -30,7 +30,7 @@ footer {
#headerimg {
border-right: 3px solid black;
width: 128px;
background-image: url("/watching.jpg");
background-image: url("/images/watching.jpg");
flex: initial;
align-self: stretch;
}