Files
website/lulu.html
2025-08-14 20:00:50 -07:00

48 lines
1.5 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MiningTcup</title>
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<div class="centerer">
<div id="content">
<div id="title-1">
<div class="h1-container">
<h1>Lulu Pier<span class="subtitle">&nbsp;a.k.a. Doggo</span></h1>
</div>
<a href="index.html"><img alt="Ted" id="title-img" /></a>
</div>
<hr />
<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>