Diferencia entre revisiones de «Link en div»
De enunpimpam
(No se muestran 6 ediciones intermedias del mismo usuario) | |||
Línea 1: | Línea 1: | ||
+ | [[Category:Ayuda]] | ||
<div id="portada" class="container-fluid"> | <div id="portada" class="container-fluid"> | ||
<div id="portada_sec" class="row flex-row" style="text-align: center;"> | <div id="portada_sec" class="row flex-row" style="text-align: center;"> | ||
Línea 15: | Línea 16: | ||
</div> | </div> | ||
+ | </div> | ||
+ | <br> | ||
+ | <syntaxhighlight lang="wiki"> | ||
+ | <div class="col-md-3 seccion" | ||
+ | onclick="location.href='http://{{SERVERNAME}}/index.php/Página_principal';" | ||
+ | style="cursor: pointer;" data-href="http://{{SERVERNAME}}/index.php/Página_principal"> | ||
+ | <h3> | ||
+ | <span class="mw-headline" id="linux"> | ||
+ | <span class="fa fa-linux fa-2x"></span> | ||
+ | <br/><br/>Linux</span> | ||
+ | </h3> | ||
+ | <p>Aquí encontraras información para poder configurar e instalar </p> | ||
+ | </div> | ||
+ | </syntaxhighlight> | ||
+ | <br> | ||
+ | ---- | ||
http://{{SERVERNAME}}/index.php/Página_principal | http://{{SERVERNAME}}/index.php/Página_principal | ||
Línea 21: | Línea 38: | ||
http://{{SERVERNAME}}/index.php/Página_principal | http://{{SERVERNAME}}/index.php/Página_principal | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | + | <br> | |
− | + | ---- | |
− | |||
− | |||
− | |||
− | |||
<div onclick="location.href='http://{{SERVERNAME}}/index.php/Página_principal';" style="cursor: pointer;" data-href="http://{{SERVERNAME}}/index.php/Página_principal"> | <div onclick="location.href='http://{{SERVERNAME}}/index.php/Página_principal';" style="cursor: pointer;" data-href="http://{{SERVERNAME}}/index.php/Página_principal"> | ||
SOY UN DIV DE PRUEBA</div> | SOY UN DIV DE PRUEBA</div> | ||
− | + | <br> | |
<syntaxhighlight lang="wiki"> | <syntaxhighlight lang="wiki"> | ||
<div onclick="location.href='http://{{SERVERNAME}}/index.php/Página_principal';" | <div onclick="location.href='http://{{SERVERNAME}}/index.php/Página_principal';" |
Revisión actual del 10:43 3 may 2020
Linux
Aquí encontraras información para poder configurar e instalar diferentes aplicaciones en la distribución basada en debian.
<div class="col-md-3 seccion" onclick="location.href='http://{{SERVERNAME}}/index.php/Página_principal';" style="cursor: pointer;" data-href="http://{{SERVERNAME}}/index.php/Página_principal"> <h3> <span class="mw-headline" id="linux"> <span class="fa fa-linux fa-2x"></span> <br/><br/>Linux</span> </h3> <p>Aquí encontraras información para poder configurar e instalar </p> </div>
http://wiki.enunpimpam.com/index.php/Página_principal
http://{{SERVERNAME}}/index.php/Página_principal
SOY UN DIV DE PRUEBA
<div onclick="location.href='http://{{SERVERNAME}}/index.php/Página_principal';" style="cursor: pointer;" data-href="http://{{SERVERNAME}}/index.php/Página_principal"> SOY UN DIV DE PRUEBA</div>