mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-06-24 13:09:56 -04:00
changes
This commit is contained in:
27
index.css
Normal file
27
index.css
Normal file
@@ -0,0 +1,27 @@
|
||||
body {
|
||||
font-family: Consolas, Courier, monospace;
|
||||
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;
|
||||
}
|
||||
36
index.html
36
index.html
@@ -1,18 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>pathduck.github.io</title>
|
||||
<link rel='stylesheet' href='default.css' type='text/css' media='all'>
|
||||
<link rel="icon" href="./img/decscope-logo-150x150.png" sizes="32x32">
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<p><a href="http://www.chiptune.com/"><img alt="[Amiga Guru Meditation]" src="img/guru_ani.gif" ></a></p>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
<p><a href="https://archive.org/details/melon-different-web"><img alt="[Embrya from Different Web One]" src="img/embrya.gif"></a></p>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Guru Meditation</title>
|
||||
<link rel='stylesheet' href='index.css' type='text/css' media='all'>
|
||||
<link rel="icon" href="./img/decscope-logo-150x150.png" sizes="32x32">
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<p><a href="http://www.chiptune.com/"><img alt="[Amiga Guru Meditation]" src="./img/guru_ani.gif" ></a></p>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
<p><a href="https://archive.org/details/melon-different-web"><img alt="[Embrya from Different Web One]" src="./img/embrya.gif"></a></p>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user