Untitled
4 hours ago in Plain Text
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<title>SKLEP</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 50px;
}
h1 {
font-size: 48px;
margin-bottom: 40px;
}
a {
display: block;
font-size: 24px;
margin: 20px 0;
color: #007bff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>SKLEP</h1>
<a href="sklep.html">Przejdź do sklepu</a>
<a href="archiwum.html">Archiwum</a>
</body>
</html>