helpme
:c
This commit is contained in:
commit
56a0d1d362
5 changed files with 47 additions and 0 deletions
BIN
elpico.jpg
Normal file
BIN
elpico.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
BIN
image.gif
Normal file
BIN
image.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
24
index.html
Normal file
24
index.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Web Design!!!!!</title>
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="headerthing">This is a website where we celebrate good design.</h1>
|
||||
|
||||
|
||||
<h2>This is the peak of readability</h2>
|
||||
|
||||
<img src=elpico.jpg width=128 height=128>
|
||||
<h2>I have no idea what this means but this image goes hard</h2>
|
||||
<img src=image.gif>
|
||||
<h3>every good website has this -- that's why i added it myself</h3>
|
||||
<h1> meow?</h1>
|
||||
<p> feel free to email me for any reason: <a href = "mailto: maggiethemagpie@420blaze.it">maggiethemagpie@420blaze.it</a>
|
||||
<p> i'm a silly dummy that likes to play old games and spend hours doing literally nothing on my computer <br /> this is a product of being bored one day<br />shameless linux user<br />also a macOS user.... it seems.<br /> meow.</p>
|
||||
<p>my discord: <s>maggie the magpie#0303 (not pomelo'd yet, yay!)</s><br>maggie.pi</p>
|
||||
</body>
|
||||
</html>
|
15
not_found.html
Normal file
15
not_found.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>nop :c</title>
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Page Not Found</h1>
|
||||
<p>this page doesn't exist you dunce</p>
|
||||
<p>stupid idiot</p>
|
||||
<p>if you found this you're probably really bored<br /> how about you go and do something fun? :3</p>
|
||||
</body>
|
||||
</html>
|
8
style.css
Normal file
8
style.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-family: 'Comic Sans MS', Verdana, Sans-serif;
|
||||
}
|
||||
h1{
|
||||
margin-right: 50px;
|
||||
}
|
Loading…
Reference in a new issue