-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (31 loc) · 1009 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!doctype html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<title>Strona h0riz0na</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="./dr.ico" type="image/icon type">
<a href="index.html">Strona główna</a>
<a href="eng_ver.html">English version.</a>
<meta content="#993299 " name="theme-color">
</head>
<body>
<nav>
<img src="./dr.webp" width="64px" height="64px" alt="Company" loading="lazy" decoding="async">
<div class="socials">
<ul>
<li>
</li>
</ul>
</div>
</nav>
<h1 class="headline">O mnie.</h1>
<p>Siema tu ja d3zz3rtz lub jak inni na mnie mówią Ogór. Mam 15 lat, zajmuję się pisaniem stron, naprawianiem telefonów i itd (Techniczne rzeczy.).
</p>
<br>
<footer>
<p>Copyright © 2023 d3zz3rtz. Strona jest <a href="https://github.com/theh0riz0n/theh0riz0n.github.io">open source</a> i jest rozpowszechniana na licencji MIT. jw
</footer>
</body>
</html>