Skip to content

Commit cd9e0ea

Browse files
Обновляет зависимости
1 parent 56e6a2d commit cd9e0ea

4 files changed

Lines changed: 18 additions & 11 deletions

File tree

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"gulp-sharp-responsive": "0.4.1",
4646
"gulp-stacksvg": "4.0.0",
4747
"gulp-svgmin": "4.1.0",
48-
"linthtml-config-htmlacademy": "1.0.24",
48+
"linthtml-config-htmlacademy": "1.0.25",
4949
"npm-run-all": "4.1.5",
5050
"postcss": "8.4.38",
5151
"postcss-lightningcss": "1.0.0",

source/404.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55
<title>404</title>
66
<meta name="viewport" content="width=device-width,initial-scale=1">
77
<link rel="stylesheet" href="styles/styles.css">
8+
<link rel="preload" href="#" type="font/woff2" as="font">
89
<script src="scripts/index.js" defer></script>
910
</head>
1011
<body class="page__body">
11-
<h1>404</h1>
12-
<p>Страница не найдена. <a href="/">Перейти на главную</a>.</p>
12+
<main>
13+
<h1>404</h1>
14+
<p>Страница не найдена. <a href="/">Перейти на главную</a>.</p>
15+
</main>
1316
</body>
1417
</html>

source/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44
<meta charset="UTF-8">
55
<title>Название проекта</title>
66
<meta name="viewport" content="width=device-width,initial-scale=1">
7+
<link rel="preload" href="#" type="font/woff2" as="font">
78
<link rel="stylesheet" href="styles/styles.css">
89
<script src="scripts/index.js" defer></script>
910
</head>
1011
<body class="page__body">
1112
<header class="header">Шапка</header>
13+
<main>
14+
<h1>Страница для старта</h1>
15+
</main>
1216
</body>
1317
</html>

0 commit comments

Comments
 (0)