new files

This commit is contained in:
Stian Lund
2020-10-11 00:33:44 +02:00
parent 1d3f6757b4
commit 240cb3d827
3 changed files with 41 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
body {
font-family: Courier;
color: lime;
background-color: black;
}
a img {
border: none;
}
a:link {
color: #9a7f49;
}
a:visited {
color: #666699;
}
a:hover, a:active, a:focus {
color: #99ff33;
text-decoration: none;
}
.noshow {
display: none;
}
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

+13 -1
View File
@@ -1 +1,13 @@
Testing this...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>pathduck.github.io</title>
<link rel='stylesheet' href='default.css' type='text/css' media='all'>
<meta charset="utf-8">
</head>
<body>
<center>
<p><img src="img/guru_ani.gif"></a></p>
</center>
</body>
</html>