Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-25 12:21:50 +02:00
committed by GitHub
parent bf0bb38838
commit 4e1cdc6522
11 changed files with 298 additions and 18 deletions

View File

@ -2,6 +2,8 @@
//General Config File:
require_once(__DIR__.'/assets/php/config.php');
$promotions = "HOLA MUNDO";
//Page-specific content:
$section = '<!-- Undercard -->
<section id="cartelera">
@ -13,6 +15,7 @@
</section>
<section id="promociones" class="row">
<div class="code">
<h2>Promociones</h2>
<section class="promotions">
<button id="retroceder">Anterior</button>
<a href="promotions/" class="imagen"></a>
@ -24,6 +27,7 @@
</section>
</div>
</section>
<input type="hidden" id="promotions" value="'.$promotions.'" />
';
//General page content: