-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (40 loc) · 1.51 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
<!-- Gedeon
13.B
Frissítve: 2021.11.12 - 9:18
Version: v0.1
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/pages/index.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css">
<link rel="icon" type="image/x-icon" href="assets/icons/csgo.ico">
<title>CSGO - Útmutató</title>
</head>
<body>
<a href="pages/login.html"><input class="gomb" type="button" value="Bejelentkezés"></a>
<a href="pages/reg.html"><input class="gomb" type="button" value="Regisztráció"> </a>
<!-- KEPEK -->
<div id="banner_images">
<img id="banner_1" src="assets/images/background/bg_1.jpg">
</div>
<!-- KEPEK -->
<div class="navbar">
<a href="index.html">Főoldal</a>
<a href="pages/celzas.html">Célzás</a>
<a href="pages/grafika.html">Grafika</a>
<a href="pages/egyeb.html">Egyéb</a>
</div>
<div id="notification">
<img src="assets/images/others/1.png"><i id="icon_1" class="fas fa-bullhorn" aria-hidden="true"> - <span id="padding-min">Válassz egy menüpontot, te Silver! </i><i id="icon_1" class="fas fa-heart"></i>
</div>
<hr>
<!-- MAIN WEBPAGE -->
<div id="footer">
<h4>Készítette: <span id="underline">Gedeon</span> | 13.B - 2021.11.12 - 9:32</h4>
</div>
</body>
</html>