pages/index.html
mudaranrhiod 20ffd3796d h
2025-05-11 17:38:26 +01:00

18 lines
No EOL
550 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Panda Panda Panda</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="text-section">
<h1>Hello</h1>
</div>
<div class="image-section">
<img alt="This is me if you care" src="https://git.creations.works/mudaranrhiod/pages/raw/branch/static-pages/assets/redpanda.jpg">
</div>
</body>
</html>