This commit is contained in:
Fijxu 2022-12-12 03:23:54 -03:00
commit 29ee7ffcbf
6 changed files with 69 additions and 0 deletions

BIN
assets/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

BIN
assets/pepeL.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

BIN
assets/ppLove.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

0
index-en.html Normal file
View File

32
index.html Normal file
View File

@ -0,0 +1,32 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Wolaaaaaaa</title>
<meta name="description"
content="Hosteo servicios varios, logs de twitch y alguno que otro servicio enfocado a la privacidad como Rimgo o SearX">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css" type="text/css">
</head>
<body>
<a style="color: pink; border-radius: 1px;" href="./index-en.html">EN</a>
<div class="content">
<h1>Bienvenido <img style="width: 5%;" src="./assets/pepeL.webp"></h1>
<p>Aqui encontraras varios servicios que alojo por gusto y alguna que otra cosa que hago en internet, con los
respectivos paises donde estan ubicados</p>
</div>
</body>
</html>

37
style.css Normal file
View File

@ -0,0 +1,37 @@
html {
background-color: #111111;
font-family: DejaVu Sans Mono, monospace;
/* background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.855), rgba(16, 16, 16, 0.855)), url(./assets/bg.png); */
}
.content {
color: aliceblue;
padding: 0px px;
margin: 0 auto;
width: 50%;
background: #111111;
font-size: 20px;
word-wrap: break-word;
line-height: 1.2em;
}
h1 {
text-align: center;
position: relative;
}
p {
font-size: 13px;
line-height: 1.5em;
}
/*
.box{
position: relative;
text-align: center;
width: 98%;
margin-top: 9ch;
height: 96vh;
border: 4px solid #323232;
margin: auto;
} */