forked from rebillar/site-accueil-insa
ptit ascii art
This commit is contained in:
parent
313979f7dc
commit
0ede203655
2 changed files with 42 additions and 2 deletions
42
index.php
42
index.php
|
@ -1,3 +1,44 @@
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
|
_____ _ _ _____ _______ ____ _ _ _ ____ _ _ _____ ______
|
||||||
|
|_ _| \ | |/ ____| /\ |__ __/ __ \| | | | | / __ \| | | |/ ____| ____|
|
||||||
|
| | | \| | (___ / \ | | | | | | | | | | | | | | | | | (___ | |__
|
||||||
|
| | | . ` |\___ \ / /\ \ | | | | | | | | | | | | | | | | |\___ \| __|
|
||||||
|
_| |_| |\ |____) / ____ \ | | | |__| | |__| | |___| |__| | |__| |____) | |____
|
||||||
|
|_____|_| \_|_____/_/ \_\ |_| \____/ \____/|______\____/ \____/|_____/|______|
|
||||||
|
|
||||||
|
|
||||||
|
,-,
|
||||||
|
_.-=;~ /_
|
||||||
|
_-~ ' ;.
|
||||||
|
_.-~ ' .-~-~`-._
|
||||||
|
_.--~~:. --.____88
|
||||||
|
____.........--~~~. .' . . _..-------~~
|
||||||
|
_..--~~~~ .' .' ,'
|
||||||
|
_.-~ . . ` ,'
|
||||||
|
.' :. ./
|
||||||
|
.: ,/ ` ::. ,'
|
||||||
|
.:' ,( ;. ::. ,-'
|
||||||
|
.' ./'.`. . . /:::._______.... _/:.o/
|
||||||
|
/ ./'. . .) . _.,' `88;?88|
|
||||||
|
,' . .,/'._,-~ /_.o8P' 88P ?8b
|
||||||
|
_,'' . .,/',-~ d888P' 88' 88|
|
||||||
|
_.'~ . .,:oP' ?88b _..--- 88.--'8b.--..__
|
||||||
|
: ...' 88o __,------.88o ...__..._.=~- . `~~ `~~ ~-._ Seal _.
|
||||||
|
`.;;;:=' ~~ ~~~ ~- - - -
|
||||||
|
|
||||||
|
|
||||||
|
Avouez il est joli le renard :D
|
||||||
|
|
||||||
|
A>>B
|
||||||
|
|
||||||
|
Si vous voulez guetter un peu sous l'capot du site ça se passe sur
|
||||||
|
https://git.etud.insa-toulouse.fr/mougnibas/site-accueil-insa
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
ob_start(); // Start reading html
|
ob_start(); // Start reading html
|
||||||
|
|
||||||
|
@ -92,7 +133,6 @@ include "assets/scripts/globals.php";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
<?php
|
<?php
|
||||||
$infopage = ["", "Accueil", ob_get_clean(), "", "index","Semaine d'Accueil INSA Toulouse 2023"]; //relativepath, pagetitle, pagecontent, pagescript, pagename, txt_pancarte | cf structure/template.php ligne 2 à 6
|
$infopage = ["", "Accueil", ob_get_clean(), "", "index","Semaine d'Accueil INSA Toulouse 2023"]; //relativepath, pagetitle, pagecontent, pagescript, pagename, txt_pancarte | cf structure/template.php ligne 2 à 6
|
||||||
|
|
|
@ -113,7 +113,7 @@ if($req->rowCount() == 0){
|
||||||
<br><br>
|
<br><br>
|
||||||
<input type="submit" name="send" value="Envoyer" class="submit">
|
<input type="submit" name="send" value="Envoyer" class="submit">
|
||||||
</form>
|
</form>
|
||||||
NB : Des indices se cachent peut-être (ou peut être pas :D) sur le site, CTR+MAJ+I pourrais devenir ton meilleur ami.
|
NB : Des indices se cachent peut-être (ou peut être pas :D) sur le site, CTR+U pourrais devenir ton meilleur ami.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue