hoña no se usar esto bien

This commit is contained in:
anon 2021-05-26 04:17:07 +00:00
commit d03a969b35
10 changed files with 91 additions and 0 deletions

37
css/styles.css Normal file
View File

@ -0,0 +1,37 @@
/* sorry if this is a mess... */
@font-face {
font-family: 'Terminus (TTF)';
src: url(fonts/Terminus.ttf) format('truetype'),
url(fonts/Terminus_b.ttf) format('truetype'),
url(fonts/Terminus_i.ttf) format('truetype'),
url(fonts/Terminus_bi.ttf) format('truetype');
}
html {
background-color: #050505;
font-family: 'Terminus (TTF)';
color: white;
overflow-x: hidden;
text-align: center;
}
body {
font-family: 'Terminus (TTF)';
}
.title {
font-size: 18px;
font-style: italic;
}
a {
color: yellow;
text-decoration: none;
margin: 5px;
border: 2px;
}
a:hover {
color: purple;
}

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
fonts/Terminus.ttf Normal file

Binary file not shown.

BIN
fonts/Terminus_bb.ttf Normal file

Binary file not shown.

BIN
fonts/Terminus_bi.ttf Normal file

Binary file not shown.

BIN
fonts/Terminus_i.ttf Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

BIN
images/marley.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

42
lemon.html Normal file
View File

@ -0,0 +1,42 @@
<!DOCTYPE html>
<html>
<head>
<body>
<title>lemon :)</title>
<link rel="icon" href="favicon.ico" type="image/gif"><link/>
<link rel="stylesheet" href="css/styles.css" type="text/css" media="screen" />
</head>
<!--title-->
<div class="title">
<h1>lemon.</h1>
</div>
<!--links-->
<div class="links">
<a href="https://teamomarley.neocities.org" alt="página dedicada a nuestro señor...">marley</a>
|
<a href="webring.html">webring</a>
</div>
<!--info-->
<div class="info">
<noscript><p>no tenes js tasjoya vieja (y)</p></noscript>
</div>
<!--activelinks-->
<div class="activelinks">
<p>
<a href="https://qorg11.net">
<img style="border:0;width:88px;height:31px;" src="activelinks/qorg.png" alt="el tipo..."></a>
<a href="https://debian.org">
<img style="border:0;width:88px;height:31px;" src="activelinks/debian.gif"></a>
<a href="https://neocities.org">
<img style="border:0;width:88px;height:31px;" src="activelinks/neocities.gif"></a>
<a href="https://kernel.org">
<img style="border:0;width:88px;height:31px;" src="activelinks/linux.gif" alt="use linux for the sake of god"></a>
<a href="https://gnu.org/software/emacs">
<img style="border:0;width:88px;height:31px;" src="activelinks/emacs.png" alt="emacs is nice."></a>
</div>
</body>
</html>

12
marley.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>marley.</title>
<body background="images/marley.jpg" text=#FFFFFF>
<center> <color: white>
<td> <h1> <b> marley. </b> </h1> </td>
<img src="https://yt3.ggpht.com/ytc/AAUvwnjyvjAdh8tn7NzXC2X62OUSnFWL76KA7Pimva_4=s900-c-k-c0x00ffffff-no-rj">
<p> simplemente es marley... </p>
</center> </color>
<h2>aunque..................</h2>
</html>