-
Notifications
You must be signed in to change notification settings - Fork 0
/
xbox.html
56 lines (54 loc) · 1.8 KB
/
xbox.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
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang='ru'>
<head>
<meta charset='UTF-8'>
<title>Xbox</title>
<link rel="stylesheet" href="xbox.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="site-header">
<div class="site-logo-xbox">
<!-- <img src="img/xbox/little_logo.png" alt=""> -->
</div>
<div class="site-title">
<h1>Каталог игр для консолей Xbox SX|SE</h1>
</div>
</header>
<nav class="page-nav-xbox">
<div><a href="index.html"><span>Main</span></a></div>
<div><a href="xbox.html"><span>Xbox</span></a></div>
<div><a href="ps.html"><span>PlayStation</span></a></div>
<div><a href="pc.html"><span>PC</span></a></div>
</nav>
<div id="container">
</div>
<footer class="site-footer">
<div class="container-footer">
<div class="nav">
<ul>
<li><a href="index.html" class="xbox-li">Main</a></li>
<li><a href="xbox.html" class="xbox-li">Xbox</a></li>
<li><a href="ps.html" class="xbox-li">PlayStation</a></li>
<li><a href="pc.html" class="xbox-li">PC</a></li>
</ul>
</div>
<div class="social">
<a href="#"><img src="img/vk_com1600.png"></a>
<a href="#"><img src="img/img_432365-4.png"></a>
<a href="#"><img src="img/instagram.png"></a>
<a href="#"><img src="img/telegram.png"></a>
</div>
<div class="about-dev">
<p>
© 2021 © No Rights Reserved.
</p>
<p id="fg">
Site by DanilaLTD & <a href="https://www.ndtp.by">NDTP</a>
</p>
</div>
</div>
</footer>
<script src="xbox.js"></script>
</body>
</html>