orthographe + starterpack

This commit is contained in:
Baptiste Rebillard 2022-09-09 11:49:23 +02:00
父節點 4956566405
當前提交 f954efec1d
共有 4 個文件被更改,包括 33 次插入1 次删除

查看文件

@ -35,3 +35,8 @@ section .title_contact {
margin-top: 0; margin-top: 0;
font-size: 1.5rem; font-size: 1.5rem;
} }
.starterpack {
width: 100%;
height: 100%;
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  大小: 1.6 MiB

查看文件

@ -103,6 +103,10 @@ ob_start(); // Start reading html
<li><a href="https://www.javascript.com/" class="link" target="_js">JS</a></li> <li><a href="https://www.javascript.com/" class="link" target="_js">JS</a></li>
</ul> </ul>
</section> </section>
<section>
<h1>Pour les plus stressés :</h1>
<?php include "assets/img/starterpack.svg"; ?>
</section>
<section> <section>
<h1>Vie Privee</h1> <h1>Vie Privee</h1>
<p> <p>

查看文件

@ -27,7 +27,7 @@ if(isset($_GET['planning']) AND !empty(['planning']))
echo "Pkpeach"; echo "Pkpeach";
break; break;
case 3: case 3:
echo "Bommario"; echo "Boomario";
break; break;
} }