Added system members

This commit is contained in:
2025-10-09 16:10:47 -05:00
parent 67f3e04f12
commit 4f8a64824b
8 changed files with 548 additions and 2 deletions

View File

@ -0,0 +1,60 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Willow</title>
<style>
body{
background-color: #003311;
text-align: center;
}
</style>
</head>
<body>
<h1>Welcome to Willow Gallery of nature photograhy and my plants</h1>
<div id="Gallery">
<div class="galleryImg">
<img src="" alt="">
<p class="galleryText"></p>
</div>
<div class="galleryImg">
<img src="" alt="">
<p class="galleryText"></p>
</div>
<div class="galleryImg">
<img src="" alt="">
<p class="galleryText"></p>
</div>
<div class="galleryImg">
<img src="" alt="">
<p class="galleryText"></p>
</div>
<div class="galleryImg">
<img src="" alt="">
<p class="galleryText"></p>
</div>
<div class="galleryImg">
<img src="" alt="">
<p class="galleryText"></p>
</div>
<div class="galleryImg">
<img src="" alt="">
<p class="galleryText"></p>
</div>
<div class="galleryImg">
<img src="" alt="">
<p class="galleryText"></p>
</div>
<div class="galleryImg">
<img src="" alt="">
<p class="galleryText"></p>
</div>
<div class="galleryImg">
<img src="" alt="">
<p class="galleryText"></p>
</div>
</div>
</body>
</html>