<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>home</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>welcome to the art gallery</h1>
<h3>here you will find many odd and expensive paintings and digital art!</h3>
<nav><a href="index.html">Home</a>
<a href="gallery1.html">gallery 1</a>
<a href="gallery2.html">gallery 2</a>
</nav>
<P>
</P>
<footer>
© Kiahn grace 2025
</footer>
</body>
</html>