Skip to content

Commit 870acf2

Browse files
committed
Update tests to work with download image logic
1 parent 86303ae commit 870acf2

File tree

5 files changed

+50
-3316
lines changed

5 files changed

+50
-3316
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<html lang="ru">
2+
<head>
3+
<meta charset="utf-8" />
4+
<title>Курсы по программированию Хекслет</title>
5+
</head>
6+
<body>
7+
<img
8+
src="ru-hexlet-io-courses_files/ru-hexlet-io-assets-professions-nodejs.png"
9+
alt="Иконка профессии Node.js-программист"
10+
/>
11+
<h3>
12+
<a href="/professions/nodejs">Node.js-программист</a>
13+
</h3>
14+
</body>
15+
</html>
9.21 KB
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<html lang="ru">
2+
<head>
3+
<meta charset="utf-8" />
4+
<title>Курсы по программированию Хекслет</title>
5+
</head>
6+
<body>
7+
<img src="/assets/professions/nodejs.png" alt="Иконка профессии Node.js-программист" />
8+
<h3>
9+
<a href="/professions/nodejs">Node.js-программист</a>
10+
</h3>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)