Diferencia entre revisiones de «Link en div»
De enunpimpam
(No se muestran 7 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 class="col-md-3 seccion" style="cursor: pointer;" href="http://{{SERVERNAME}}/index.php/Página_principal"> | + | </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 | |
− | </ | ||
− | </ | ||
+ | <syntaxhighlight lang="wiki"> | ||
http://{{SERVERNAME}}/index.php/Página_principal | http://{{SERVERNAME}}/index.php/Página_principal | ||
− | + | </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"> | ||
+ | <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> | ||
+ | </syntaxhighlight> |
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>