mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
17 lines
454 B
PHP
17 lines
454 B
PHP
|
<?php
|
||
|
/**
|
||
|
* The Sidebar containing the main widget areas.
|
||
|
*
|
||
|
* @package Bushwick
|
||
|
*/
|
||
|
?>
|
||
|
|
||
|
<header id="masthead" class="site-header" role="banner">
|
||
|
<div class="site-branding">
|
||
|
<div class="site-name"><a href='<?php echo home_url()?>'>sinDominio.net</a></div>
|
||
|
<div style="clear: both;"></div>
|
||
|
<div class="site-description">por un dominio antagonista en la red<br>por la necesidad de comunicar libremente</div>
|
||
|
</div>
|
||
|
|
||
|
</header><!-- #masthead -->
|