Ball3D
This commit is contained in:
parent
93c944d02f
commit
331cdf7aab
3 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@ server {
|
|||
listen 80;
|
||||
server_name localhost;
|
||||
|
||||
add_header Content-Security-Policy "default-src 'self' https://weatherwidget.io; object-src 'none'; style-src 'self' 'unsafe-inline'";
|
||||
add_header Content-Security-Policy "default-src 'self' https://weatherwidget.io; object-src 'none' https://weatherwidget.io; style-src 'self' 'unsafe-inline' https://weatherwidget.io";
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
|
||||
location / {
|
||||
|
|
BIN
abitibi/src/ball3d.png
Normal file
BIN
abitibi/src/ball3d.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 MiB |
|
@ -73,7 +73,9 @@
|
|||
<li>Vincent (2)</li>
|
||||
</ul>
|
||||
<br/>
|
||||
<img style="margin: 0 auto; width: 800px" title="Notre equipe" src="team.jpg"/>
|
||||
<img style="margin: 0 auto; width: 800px" title="Notre equipe dans Rocket League" src="team.jpg"/>
|
||||
<br/>
|
||||
<img style="margin: 0 auto; width: 800px" title="Notre equipe dans Ball 3D" src="ball3d.png"/>
|
||||
<br/>
|
||||
<img style="margin: 0 auto;" title="Notre pays le Quebec" alt="Notre pays" src="quebec.gif"/>
|
||||
<p>Merci de visiter notre page (et merci a mateĩ pour le désign)</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue