19 lines
875 B
HTML
19 lines
875 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<title>George's Rooftop Garden</title>
|
||
|
|
<style>
|
||
|
|
body { font-family: serif; background: #f5f5dc; color: #2f4f4f; max-width: 600px; margin: 40px auto; padding: 20px; line-height: 1.6; }
|
||
|
|
h1 { border-bottom: 1px solid #8b4513; }
|
||
|
|
.sketch { font-style: italic; color: #6b8e23; }
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>Rooftop Reflections</h1>
|
||
|
|
<p>The heirloom tomatoes stretch toward the LA sun, their leaves like soft watercolor washes. Much like a Rothko field, the garden layers quiet color and light.</p>
|
||
|
|
<p class="sketch">Sketched at dusk: the slow bloom of memory in soil and sky.</p>
|
||
|
|
<p><a href="index.html">Back to home</a></p>
|
||
|
|
</body>
|
||
|
|
</html>
|