Testing why images wont load anymore
This commit is contained in:
parent
a4684476f5
commit
499527f722
@ -39,10 +39,10 @@
|
||||
too far from my apartment.</p>
|
||||
<br>
|
||||
|
||||
<img src="/public/Images/avif/PXL_20230708_030149199_scaled.avif" alt="Meadow with fog." loading="lazy" decoding="async" width="1434" height="1080">
|
||||
<img src="/public/Images/avif/PXL_20230708_030149199_scaled.avif" alt="Meadow with fog." loading="lazy" decoding="sync" width="1434" height="1080">
|
||||
<p>Not bad huh? The things you see when everyone is asleep.</p>
|
||||
<br>
|
||||
<img src="/public/Images/avif/PXL_20230720_032828882_scaled.avif" alt="My humble bike." loading="lazy" decoding="async" width="1434" height="1080">
|
||||
<img src="/public/Images/avif/PXL_20230720_032828882_scaled.avif" alt="My humble bike." loading="lazy" decoding="sync" width="1434" height="1080">
|
||||
<p>And this is my humble bike. It has taken me many places, and it's still going strong. The odometer no longer works,
|
||||
so I just use my FitBit Charge 5 instead. I've modeled and 3D printed the two orange bottle holders myself, on my
|
||||
Original Prusa MK3S+.</p>
|
||||
|
@ -11,7 +11,7 @@
|
||||
where its ability to efficiently handle complex mathematical operations far outperformed rivaling languages at the
|
||||
time.</p>
|
||||
<br>
|
||||
|
||||
|
||||
<p>
|
||||
Over the years, Fortran has undergone numerous updates and revisions, with the most recent standard being Fortran
|
||||
2023. Even with the popularity of newer languages, such as C++, Java, and Python, Fortran remains a popular choice
|
||||
|
Loading…
Reference in New Issue
Block a user