-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent-2.html
More file actions
executable file
·46 lines (39 loc) · 1.99 KB
/
content-2.html
File metadata and controls
executable file
·46 lines (39 loc) · 1.99 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
<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8">
<base href="https://fm.dev.lan/">
<title>HTML Content Grid 1.0.2</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="template/images/favicon/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="template/images/favicon/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="template/images/favicon/favicon-64x64.png" rel="icon" sizes="64x64" type="image/png">
<link href="template/css/main.css" rel="stylesheet">
<link href="template/css/fonts.css" rel="stylesheet">
<link href="template/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<!-- Сетка: 3+1 ячейки с новостным виджетом (вариант 2) -->
<div class="wrapper-grid indent-middle pages">
<div class="cells-3fr-1fr middle-gap">
<div class="cell-long pages-content">
<p>111Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Dolor sit amet. Sed cursus ante dapibus diam. </p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Dolor sit amet. Sed cursus ante dapibus diam. </p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Dolor sit amet. Sed cursus ante dapibus diam. </p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Dolor sit amet. Sed cursus ante dapibus diam. </p>
</div>
<div class="cell-right ">
<div class="news-widget">
<div class="introtext">
<a href="#"><h4>Заголовок страницы новостей</h4></a><br>
<span class="date">01.11.2023</span> <span class="view"><i class="fa fa-eye"></i> 192</span>
</div>
<a href="#" class="image">
<img src="resources/images/news/no_image768.jpg" alt="Страница 1">
</a>
</div>
</div>
</div>
</div>
</body>
</html>