Delete uslugi.html

This commit is contained in:
rzodkiew 2024-05-24 12:08:30 +00:00
parent 22e4037f77
commit 2434e2ee89
1 changed files with 0 additions and 38 deletions

View File

@ -1,38 +0,0 @@
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8" />
<title>Firma IT</title>
<link rel="stylesheet" href="styl.css" />
<link rel="icon" href="logo.png" />
<script src="main.js"></script>
</head>
<body>
<section id="kontener">
<section id="logo">
<img src="logo.png" alt="logo firmy" />
</section>
<section id="menu">
<a href="index.html">Strona główna</a>
<a href="uslugi.html">Usługi</a>
<a href="kontakt.html">Kontakt</a>
</section>
<section id="baner">
<img src="animacja.gif" alt="Usługi informatyczne"/>
</section>
<section id="glowny">
<h2>Oferta</h2>
<ol>
<li>Outsourcing IT</li>
<li>Konfiguracja komputerów</li>
<li>Sprzęt komputerowy</li>
<li>Strony internetowe</li>
</ol>
<hr/>
</section>
<section id="stopka">
<p>Autor strony: <strong>PESEL</strong></p>
</section>
</section>
</body>
</html>