mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
new files
This commit is contained in:
+28
@@ -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;
|
||||
}
|
||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
+13
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user