-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (42 loc) · 2.15 KB
/
Copy pathindex.html
File metadata and controls
43 lines (42 loc) · 2.15 KB
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
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Patryk (Pieselak)">
<meta name="description" content="Strona główna">
<title>O mnie - Pieselak</title>
<link rel="icon" href="resources/logo.png">
<link rel="stylesheet" href="css/main.css">
</head>
<script src="javascript/MainScript.js"></script>
<body onload="StartWebsite()">
<header>
<a class="logo" href="index.html"><img name="logo" class="⚪" src="resources/logo.png" alt="Logo"> <span name="logo" class="⚪">Pieselak</span></a>
<nav>
<a id="nav" name="nav" class="⚪" href="index.html">Strona główna</a>
<a name="nav" class="⚪" href="projekty.html">Projekty</a>
<a name="nav" class="⚪" href="o-mnie.html">O mnie</a>
<a name="nav" class="⚪" href="kontakt.html">Kontakt</a>
</nav>
<div class="links">
<a name="links" class="⚪" href="https://discord.gg/7CXvFwB36U"><i class='bx bxl-discord-alt'></i></a>
<a name="links" class="⚪" href="https://steamcommunity.com/id/Pieselak/"><i class='bx bxl-steam'></i></a>
<a name="links" class="⚪" href="https://www.tiktok.com/@pieselak"><i class='bx bxl-tiktok'></i></a>
<a name="links" class="⚪" href="https://www.youtube.com/@pieselak"><i class='bx bxl-youtube'></i></a>
<a name="links" class="⚪" href="https://www.twitch.tv/mrpieselak"><i class='bx bxl-twitch' ></i></a>
</div>
</header>
<div class="SerweryNieDzialaja">
<h1>Nic tutaj nie znajdziesz! 🤯</h1>
<h3>(Za mało mi płacą żebym tak szybko skończył tą stronę)</h3>
<img src="resources/sigma.gif" alt="SIGMA">
<div>
<main>
</main>
<footer>
<p>© 2024-2025 Pieselak</p>
</footer>
</body>
</html>