2024-10-27 23:31:19 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< link rel = "stylesheet" href = "https://unpkg.com/@sakun/system.css" >
< link rel = "stylesheet" href = "style/style.css" >
< title > Baxter's Desktop< / title >
< / head >
< body >
2024-10-28 01:05:18 +00:00
< div class = "window" >
< div class = "title-bar" >
2024-10-28 01:27:27 +00:00
< button aria-label = "Close" disabled class = "hidden" > < / button >
2024-10-28 01:05:18 +00:00
< h1 class = "title" > Baxter Images< / h1 >
2024-10-28 01:27:27 +00:00
< button aria-label = "Resize" disabled class = "hidden" > < / button >
2024-10-28 01:05:18 +00:00
< / div >
< div class = "separator" > < / div >
< div class = "window-pane" >
2024-10-28 02:10:16 +00:00
< figure >
< img src = "img/thumbnails/noisycat_thumb.jpg" alt = "A thumbnail of an image of baxter looking at the camera." >
< figcaption > noisycat.jpg< / figcaption >
< / figure >
< figure >
< img src = "img/thumbnails/noisycat_thumb.jpg" alt = "A thumbnail of an image of baxter looking at the camera." >
< figcaption > noisycat.jpg< / figcaption >
< / figure >
< figure >
< img src = "img/thumbnails/noisycat_thumb.jpg" alt = "A thumbnail of an image of baxter looking at the camera." >
< figcaption > noisycat.jpg< / figcaption >
< / figure >
< figure >
< img src = "img/thumbnails/noisycat_thumb.jpg" alt = "A thumbnail of an image of baxter looking at the camera." >
< figcaption > noisycat.jpg< / figcaption >
< / figure >
< figure >
< img src = "img/thumbnails/noisycat_thumb.jpg" alt = "A thumbnail of an image of baxter looking at the camera." >
< figcaption > noisycat.jpg< / figcaption >
< / figure >
< figure >
< img src = "img/thumbnails/noisycat_thumb.jpg" alt = "A thumbnail of an image of baxter looking at the camera." >
< figcaption > noisycat.jpg< / figcaption >
< / figure >
< figure >
< img src = "img/thumbnails/noisycat_thumb.jpg" alt = "A thumbnail of an image of baxter looking at the camera." >
< figcaption > noisycat.jpg< / figcaption >
< / figure >
< figure >
< img src = "img/thumbnails/noisycat_thumb.jpg" alt = "A thumbnail of an image of baxter looking at the camera." >
< figcaption > noisycat.jpg< / figcaption >
< / figure >
< figure >
< img src = "img/thumbnails/noisycat_thumb.jpg" alt = "A thumbnail of an image of baxter looking at the camera." >
< figcaption > noisycat.jpg< / figcaption >
< / figure >
< figure >
< img src = "img/thumbnails/noisycat_thumb.jpg" alt = "A thumbnail of an image of baxter looking at the camera." >
< figcaption > noisycat.jpg< / figcaption >
< / figure >
< figure >
< img src = "img/thumbnails/noisycat_thumb.jpg" alt = "A thumbnail of an image of baxter looking at the camera." >
< figcaption > noisycat.jpg< / figcaption >
< / figure >
< figure >
< img src = "img/thumbnails/noisycat_thumb.jpg" alt = "A thumbnail of an image of baxter looking at the camera." >
< figcaption > noisycat.jpg< / figcaption >
< / figure >
2024-10-28 01:05:18 +00:00
< / div >
< / div >
2024-10-27 23:31:19 +00:00
2024-10-28 01:05:18 +00:00
< div class = "standard-dialog center scale-down site-info" >
< h1 class = "dialog-text" > Baxter's desktop< / h1 >
< p class = "dialog-text" > Welcome to Baxter's desktop, a time trip to before Baxter himself!< / p >
< p class = "dialog-text" > This site makes use of JavaScript, so you may want to turn that on if things aren't working as intended.< / p >
< p class = "dialog-text" > In the "Baxter Images" dialog, you can single-click on a photo to view it with a small description.< / p >
< p class = "dialog-text" > I hope you enjoy this little nostalgia trip featuring my cat, you can go back to his normal homepage < a href = "https://thiscat.rocks/" > here< / a > .< / p >
< / div >
2024-10-28 02:10:16 +00:00
< script src = "js/script.js" > < / script >
2024-10-27 23:31:19 +00:00
< / body >
< / html >