idk if i committed yet tbh

This commit is contained in:
2025-08-14 20:00:50 -07:00
parent ffabba137e
commit f26ad6b276
8 changed files with 42 additions and 9 deletions

View File

@@ -14,11 +14,34 @@
<div class="h1-container">
<h1>Lulu Pier<span class="subtitle">&nbsp;a.k.a. Doggo</span></h1>
</div>
<img src="lulu.webp" alt="Lulu the dog" />
<a href="index.html"><img alt="Ted" id="title-img" /></a>
</div>
<hr />
hello
<p>
My favorite thing to do is chase tennis balls in the back yard.
Sometimes I even catch them mid-air! Close runner-ups are running
around at the park, going on walks, and greeting my people when they
come home.
</p>
<img class="media" src="images/lulu2.jpg" alt="Happy Lulu" />
<p>
All that running is tiring! After a long time outside, I'll go to my
perch atop the couch and pant.
</p>
<img
class="media"
src="images/lulu-perch.jpg"
alt="Lulu perched upon the couch"
/>
<p>
Gotta clean off after a long day's work. I'll just use this here
towel...
</p>
<video class="media" controls src="media/lulu-roll.mp4">
Lulu rolling around
</video>
</div>
</div>
<script src="lulu.js"></script>
</body>
</html>