31 lines
893 B
PHP
Executable File
31 lines
893 B
PHP
Executable File
<section class="tiles">
|
|
<article class="style2">
|
|
<span class="image">
|
|
<img src="<?php echo SITEURL;?>assets/img/pic03.jpg" alt="" />
|
|
</span>
|
|
<a href="<?php echo SITEURL;?>no/barber">
|
|
<h2>BARBER</h2>
|
|
<!--div class="content">
|
|
<p>Sed nisl arcu euismod sit amet nisi lorem etiam dolor veroeros et feugiat.</p>
|
|
</div-->
|
|
</a>
|
|
</article>
|
|
<article class="style1">
|
|
<span class="image">
|
|
<img src="<?php echo SITEURL;?>assets/img/pic09.jpg" alt="" />
|
|
</span>
|
|
<a href="<?php echo SITEURL;?>no/beauty">
|
|
<h2>BEAUTY</h2>
|
|
<!--div class="content">
|
|
<p>Sed nisl arcu euismod sit amet nisi lorem etiam dolor veroeros et feugiat.</p>
|
|
</div-->
|
|
</a>
|
|
</article>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|