hoña no se usar esto bien
This commit is contained in:
commit
d03a969b35
|
@ -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;
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 206 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in New Issue