Add index.html
This commit is contained in:
parent
2434e2ee89
commit
94a9ac4d57
|
@ -0,0 +1,32 @@
|
||||||
|
<!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" />
|
||||||
|
</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="myszka.jpeg" alt="Usługi informatyczne"/>
|
||||||
|
</section>
|
||||||
|
<section id="glowny">
|
||||||
|
<h2>Firma IT</h2>
|
||||||
|
<p>Jesteśmy firmą z wieloletnim doświadczeniem w zakresie IT.</p>
|
||||||
|
<hr/>
|
||||||
|
</section>
|
||||||
|
<section id="stopka">
|
||||||
|
<p>Autor strony: Rzodkiew <strong>PESEL</strong></p>
|
||||||
|
</section>
|
||||||
|
</section>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue