Toegevoegd: width+ height bij afb
This commit is contained in:
parent
29ba32ffeb
commit
45a927a951
2 changed files with 5 additions and 4 deletions
5
404.html
5
404.html
|
@ -55,9 +55,10 @@
|
||||||
|
|
||||||
<h1>404</h1>
|
<h1>404</h1>
|
||||||
<p>This is not the page you are looking for.<br><br><br>
|
<p>This is not the page you are looking for.<br><br><br>
|
||||||
|
<picture>
|
||||||
|
<source media="(max-width: 498px)" srcset="/assets/afb/notlookingfor.gif" alt="USING THE FORCE" width="348" height="147">
|
||||||
|
<img src="/assets/afb/notlookingfor.gif" alt="USING THE FORCE" width="498" height="211">
|
||||||
|
|
||||||
<picture>
|
|
||||||
<img src="/assets/afb/notlookingfor.gif" alt="Don't panic">
|
|
||||||
</picture>
|
</picture>
|
||||||
<br><br>
|
<br><br>
|
||||||
<div id="knop">
|
<div id="knop">
|
||||||
|
|
|
@ -57,8 +57,8 @@
|
||||||
<p>Hallo en welkom op mijn website, u kunt hier onder andere mijn<a href="/assets/downloads/CURRICULUM VITAE Mathijs Lermer zonder contact gegevens.pdf"> CV </a>bekijken.</p></br>
|
<p>Hallo en welkom op mijn website, u kunt hier onder andere mijn<a href="/assets/downloads/CURRICULUM VITAE Mathijs Lermer zonder contact gegevens.pdf"> CV </a>bekijken.</p></br>
|
||||||
|
|
||||||
<picture>
|
<picture>
|
||||||
<source media="(max-width: 850px)" srcset="/assets/afb/don-t-panic-klein.webp">
|
<source media="(max-width: 850px)" srcset="/assets/afb/don-t-panic-klein.webp" width="278" height="165">
|
||||||
<img src="/assets/afb/don-t-panic.webp" alt="Don't panic">
|
<img src="/assets/afb/don-t-panic.webp" alt="Don't panic" width="550" height="330">
|
||||||
</picture>
|
</picture>
|
||||||
|
|
||||||
<h2>Contactgegevens:</h2>
|
<h2>Contactgegevens:</h2>
|
||||||
|
|
Loading…
Reference in a new issue