-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (35 loc) · 1.32 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE HTML>
<html lang="pl">
<head>
<meta charset="utf-8" />
<title>Hetworld</title>
<meta name="description" content="" />
<meta name="keywords" content="minecraft, serwer" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Open+Sans:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1 class="logo">Hetworld</h1>
<nav id="topnav">
<ul class="menu">
<li><a href="index.html">Strona główna</a></li>
<li><a href="discord.html">Discord</a></li>
<li><a href="serwer.html">Serwer</a></li>
<li><a href="aktualnosci.html">Aktualności</a></li>
<li><a href="kontakt.html">Kontakt</a></li>
</ul>
</nav>
</header>
<div id="container">
<font color="white">
<center><h2>Witamy na Hetworld!</h2></center>
<br></br>
<center><iframe src="https://www.youtube.com/embed/zqLEO5tIuYs?&autoplay=1&mute=1&fs=0&color=white&controls=0&disablekb=1" width="560" height="315" title="POV: E-LEKCJE" frameborder="0"></iframe></center>
</font>
</div>
</body>
</html>