add an about page
This commit is contained in:
parent
6c4268defe
commit
7e3d0b72dc
|
@ -0,0 +1,23 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<link rel="stylesheet" href="styles.css" />
|
||||||
|
<script src="ddheader.js" type="text/javascript" defer></script>
|
||||||
|
<title>Dairy Demon</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<dd-header></dd-header>
|
||||||
|
<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" />
|
||||||
|
<p>I'm in your walls.</p>
|
||||||
|
</article>
|
||||||
|
</main>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -58,6 +58,10 @@ header {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#usbimg {
|
||||||
|
width: 256px;
|
||||||
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue