agrego el codigo chale...

This commit is contained in:
Sr Chorigato Golfyado de juegoz Tercero 2021-09-23 21:55:24 +00:00
parent de7d5c02d1
commit b42498081a
6 changed files with 142 additions and 0 deletions

BIN
cargando.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 825 B

BIN
charging.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

119
index.html Normal file
View File

@ -0,0 +1,119 @@
<html>
<title>Basurero mental</title>
<link rel="stylesheet" href="style.css">
<body background="spacewow.jpeg">
<center>
<!-- Caja de busqueda -->
<h3>Duckduckgo</h3>
<div class="container mt-4 pt-4" id="searchinput" >
<form action="https://lite.duckduckgo.com/lite/search?q=" method="GET" class="form-group">
<div class="input-group">
<span class="input-group-btn">
<button id="bttns" class="btn btn-dark" type="button"><i class="fa fa-search"></i></button>
</span>
<input type="text" class="form-control" name="q" aria-label="see you space cowboy...">
<span class="input-group-btn">
<button id="bttns" class="btn btn-dark" type="submit">Ir</button>
</span>
</div>
</form>
</div>
<div class="container text-center">
<!--Caja de wiby -->
<h3>Wiby</h3>
<div class="container mt-4 pt-4" id="searchinput" >
<form action="https://wiby.me/?q=" method="GET" class="form-group">
<div class="input-group">
<span class="input-group-btn">
<button id="bttns" class="btn btn-dark" type="button"><i class="fa fa-search"></i></button>
</span>
<input type="text" class="form-control" name="q" aria-label="see you space cowboy...">
<span class="input-group-btn">
<button id="bttns" class="btn btn-dark" type="submit">Ir</button>
</span>
</div>
</form>
</div>
<div class="container text-center">
<!--Caja de rightdao-->
<h3>Rightdao</h3>
<div class="container mt-4 pt-4" id="searchinput" >
<form action="https://rightdao.com/search?q=" method="GET" class="form-group">
<div class="input-group">
<span class="input-group-btn">
<button id="bttns" class="btn btn-dark" type="button"><i class="fa fa-search"></i></button>
</span>
<input type="text" class="form-control" name="q" aria-label="see you space cowboy...">
<span class="input-group-btn">
<button id="bttns" class="btn btn-dark" type="submit">Ir</button>
</span>
</div>
</form>
</div>
<div class="container text-center">
<!--Caja de Mojeek -->
<h3>Mojeek</h3>
<div class="container mt-4 pt-4" id="searchinput" >
<form action="https://www.mojeek.com/search?q=" method="GET" class="form-group">
<div class="input-group">
<span class="input-group-btn">
<button id="bttns" class="btn btn-dark" type="button"><i class="fa fa-search"></i></button>
</span>
<input type="text" class="form-control" name="q" aria-label="see you space cowboy...">
<span class="input-group-btn">
<button id="bttns" class="btn btn-dark" type="submit">Ir</button>
</span>
</div>
</form>
</div>
<div class="container text-center">
<!-- Caja de searx (puffyan.us) -->
<h3>Searx puffyan</h3>
<div class="container mt-4 pt-4" id="searchinput" >
<form action="https://searx.puffyan.us/search?q=" method="GET" class="form-group">
<div class="input-group">
<span class="input-group-btn">
<button id="bttns" class="btn btn-dark" type="button"><i class="fa fa-search"></i></button>
</span>
<input type="text" class="form-control" name="q" aria-label="see you space cowboy...">
<span class="input-group-btn">
<button id="bttns" class="btn btn-dark" type="submit">Ir</button>
</span>
</div>
</form>
</div>
<div class="container text-center">
<!-- Cuerpo -->
<img src="charging.gif">
<img src="stop.jpg">
<img src="cargando.gif">
<p><a href="https://corporation.neocities.org/">Corporacion de electricidad</a></p>
<p><a href="https://www.fosstodon.org">Mastodonte</a>
<a href="https://www.soc.texto-plano.xyz">Pleyades</a></p>
<p><a href="http://www.txti.es">Bloc de notas</a></p>
<p>
<img src="https://licensebuttons.net/l/by-sa/3.0/88x31.png">
</center>
</body>
</html>

BIN
plane.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
spacewow.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

23
style.css Normal file
View File

@ -0,0 +1,23 @@
h3 {
font-size: 1.5em;
background-color: #000;
margin: 0px;
padding: 5px;
}
body {
color: #CC6600;
background-color: #000;
font-family: "Cousine";
}
a {
color: red;
background-color: #000;
}
b {
color: black;
}