Undo reference to local file I accidentally committed
This commit is contained in:
parent
62965e3cbd
commit
3881bbc42b
1 changed files with 2 additions and 3 deletions
|
@ -51,11 +51,10 @@
|
|||
<!--TODO: Automate screenshot of this div as thumb.png?-->
|
||||
<div id="michael-photo-container">
|
||||
<picture>
|
||||
<!-- <source srcset="assets/MichaelBradley.jxl" type="image/jxl">
|
||||
<source srcset="assets/MichaelBradley.jxl" type="image/jxl">
|
||||
<source srcset="assets/MichaelBradley.avif" type="image/avif">
|
||||
<source srcset="assets/MichaelBradley.webp" type="image/webp">
|
||||
<img src="assets/MichaelBradley.jpeg" alt="A picture of me in a suit smiling" id="michael-photo"> -->
|
||||
<img src="/home/mbradley/dev/website/assets/MichaelBradley.jpeg" alt="A picture of me in a suit smiling" id="michael-photo">
|
||||
<img src="assets/MichaelBradley.jpeg" alt="A picture of me in a suit smiling" id="michael-photo">
|
||||
</picture>
|
||||
</div>
|
||||
<div id="basic-info">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue