restructure
This commit is contained in:
parent
d67b31bc40
commit
658b07f27b
10
about.html
10
about.html
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue