-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticle.html
More file actions
52 lines (49 loc) · 1.54 KB
/
article.html
File metadata and controls
52 lines (49 loc) · 1.54 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
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="/gadik.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<title>Первая страничка</title>
</head>
<body>
<header>
<h1 class = 'header'>Крестики-Нолики</h1>
</header>
<nav class="navbar">
<a href="index.html">Главная</a>
<a href="resume.html">Резюме</a>
<a href="article.html">Крестики-Нолики</a>
</nav>
<div class="grid-container cont1">
<div class="grid-item item5">
<img src = "крестик.png"height="90">
</div>
<div class="grid-item item5">
<img src = "нолик.png"height="90">
</div>
<div class="grid-item item5">
<img src = "нолик.png"height="90">
</div>
<div class="grid-item item5">
<img src = "нолик.png"height="90">
</div>
<div class="grid-item item5">
<img src = "крестик.png"height="90">
</div>
<div class="grid-item item5">
</div>
<div class="grid-item item5">
<img src = "крестик.png"height="90">
</div>
<div class="grid-item item5">
</div>
<div class="grid-item item5">
<img src = "крестик.png"height="90">
</div>
</div>
<footer>
<p class = 'footer'>По вопросам рекламы обращаться <a href = "mailto:radikakovlev817@gmail.com"> radikakovlev817@gmail.com </a></p>
</footer>
</body>
</html>